public static UpdateGatewaySoftwareNowResultUnmarshaller GetInstance() { if (instance == null) { instance = new UpdateGatewaySoftwareNowResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { UpdateGatewaySoftwareNowResponse response = new UpdateGatewaySoftwareNowResponse(); context.Read(); response.UpdateGatewaySoftwareNowResult = UpdateGatewaySoftwareNowResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }