Returns information about the ListActivityTypes response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListActivityTypesResponse response = new ListActivityTypesResponse();

            response.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   ListActivityTypesResponse response = new ListActivityTypesResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListActivityTypesResponse response = new ListActivityTypesResponse();

              context.Read();
              response.ListActivityTypesResult = ListActivityTypesResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,ListActivityTypesResponse response)
 {                   
   response.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }