Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmPrivateVirtualInterfaceResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный Метод

public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
Результат Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
          ConfirmPrivateVirtualInterfaceResponse response = new ConfirmPrivateVirtualInterfaceResponse();          
          
          context.Read();
          
          UnmarshallResult(context,response);
          return response;
        }
        
ConfirmPrivateVirtualInterfaceResponseUnmarshaller