public static UpdateGatewayInformationResultUnmarshaller GetInstance() { if (instance == null) { instance = new UpdateGatewayInformationResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { UpdateGatewayInformationResponse response = new UpdateGatewayInformationResponse(); context.Read(); response.UpdateGatewayInformationResult = UpdateGatewayInformationResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }