/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { PutConfigurationRecorderResponse response = new PutConfigurationRecorderResponse(); return(response); }
/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { PutConfigurationRecorderResponse response = new PutConfigurationRecorderResponse(); return response; }
public static PutConfigurationRecorderResponse Unmarshall(UnmarshallerContext _ctx) { PutConfigurationRecorderResponse putConfigurationRecorderResponse = new PutConfigurationRecorderResponse(); putConfigurationRecorderResponse.HttpResponse = _ctx.HttpResponse; putConfigurationRecorderResponse.RequestId = _ctx.StringValue("PutConfigurationRecorder.RequestId"); PutConfigurationRecorderResponse.PutConfigurationRecorder_ConfigurationRecorder configurationRecorder = new PutConfigurationRecorderResponse.PutConfigurationRecorder_ConfigurationRecorder(); configurationRecorder.AccountId = _ctx.LongValue("PutConfigurationRecorder.ConfigurationRecorder.AccountId"); configurationRecorder.ConfigurationRecorderStatus = _ctx.StringValue("PutConfigurationRecorder.ConfigurationRecorder.ConfigurationRecorderStatus"); configurationRecorder.OrganizationMasterId = _ctx.LongValue("PutConfigurationRecorder.ConfigurationRecorder.OrganizationMasterId"); configurationRecorder.OrganizationEnableStatus = _ctx.StringValue("PutConfigurationRecorder.ConfigurationRecorder.OrganizationEnableStatus"); List <string> configurationRecorder_resourceTypes = new List <string>(); for (int i = 0; i < _ctx.Length("PutConfigurationRecorder.ConfigurationRecorder.ResourceTypes.Length"); i++) { configurationRecorder_resourceTypes.Add(_ctx.StringValue("PutConfigurationRecorder.ConfigurationRecorder.ResourceTypes[" + i + "]")); } configurationRecorder.ResourceTypes = configurationRecorder_resourceTypes; putConfigurationRecorderResponse.ConfigurationRecorder = configurationRecorder; return(putConfigurationRecorderResponse); }