Returns information about the DeletePipelineResult response and response metadata.
상속: Amazon.Runtime.AmazonWebServiceResponse
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeletePipelineResponse response = new DeletePipelineResponse();


            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeletePipelineResponse response = new DeletePipelineResponse();

              context.Read();

              response.DeletePipelineResult = DeletePipelineResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,DeletePipelineResponse response)
 {
                 
     return;
 }