コード例 #1
0
 public static UpdatePipelineNotificationsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UpdatePipelineNotificationsResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            UpdatePipelineNotificationsResponse response = new UpdatePipelineNotificationsResponse();

            context.Read();

            response.UpdatePipelineNotificationsResult = UpdatePipelineNotificationsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }