示例#1
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            AllocatePrivateVirtualInterfaceResponse response = new AllocatePrivateVirtualInterfaceResponse();

            context.Read();

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

            return(response);
        }