Returns information about the ActivatePipelineResult 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)
        {
            ActivatePipelineResponse response = new ActivatePipelineResponse();


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

              context.Read();

              response.ActivatePipelineResult = ActivatePipelineResultUnmarshaller.GetInstance().Unmarshall(context);

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