示例#1
0
        public static CreatePhysicalConnectionResponse Unmarshall(UnmarshallerContext context)
        {
            CreatePhysicalConnectionResponse createPhysicalConnectionResponse = new CreatePhysicalConnectionResponse();

            createPhysicalConnectionResponse.HttpResponse         = context.HttpResponse;
            createPhysicalConnectionResponse.RequestId            = context.StringValue("CreatePhysicalConnection.RequestId");
            createPhysicalConnectionResponse.PhysicalConnectionId = context.StringValue("CreatePhysicalConnection.PhysicalConnectionId");

            return(createPhysicalConnectionResponse);
        }