示例#1
0
 public static AllocatePrivateVirtualInterfaceResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new AllocatePrivateVirtualInterfaceResultUnmarshaller();
     }
     return(instance);
 }
示例#2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            AllocatePrivateVirtualInterfaceResponse response = new AllocatePrivateVirtualInterfaceResponse();

            context.Read();

            response.AllocatePrivateVirtualInterfaceResult = AllocatePrivateVirtualInterfaceResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }