public void DescribeTargetGroupAttributesMarshallTest() { var operation = service_model.FindOperation("DescribeTargetGroupAttributes"); var request = InstantiateClassGenerator.Execute <DescribeTargetGroupAttributesRequest>(); var marshaller = new DescribeTargetGroupAttributesRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = DescribeTargetGroupAttributesResponseUnmarshaller.Instance.Unmarshall(context) as DescribeTargetGroupAttributesResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
public void DescribeTargetGroupAttributesMarshallTest() { var operation = service_model.FindOperation("DescribeTargetGroupAttributes"); var request = InstantiateClassGenerator.Execute<DescribeTargetGroupAttributesRequest>(); var marshaller = new DescribeTargetGroupAttributesRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = DescribeTargetGroupAttributesResponseUnmarshaller.Instance.Unmarshall(context) as DescribeTargetGroupAttributesResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the DescribeTargetGroupAttributes operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeTargetGroupAttributes operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<DescribeTargetGroupAttributesResponse> DescribeTargetGroupAttributesAsync(DescribeTargetGroupAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DescribeTargetGroupAttributesRequestMarshaller(); var unmarshaller = DescribeTargetGroupAttributesResponseUnmarshaller.Instance; return InvokeAsync<DescribeTargetGroupAttributesRequest,DescribeTargetGroupAttributesResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Describes the attributes for the specified target group. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeTargetGroupAttributes service method.</param> /// /// <returns>The response from the DescribeTargetGroupAttributes service method, as returned by ElasticLoadBalancingV2.</returns> /// <exception cref="Amazon.ElasticLoadBalancingV2.Model.TargetGroupNotFoundException"> /// The specified target group does not exist. /// </exception> public DescribeTargetGroupAttributesResponse DescribeTargetGroupAttributes(DescribeTargetGroupAttributesRequest request) { var marshaller = new DescribeTargetGroupAttributesRequestMarshaller(); var unmarshaller = DescribeTargetGroupAttributesResponseUnmarshaller.Instance; return Invoke<DescribeTargetGroupAttributesRequest,DescribeTargetGroupAttributesResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DescribeTargetGroupAttributes operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeTargetGroupAttributes operation on AmazonElasticLoadBalancingV2Client.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeTargetGroupAttributes /// operation.</returns> public IAsyncResult BeginDescribeTargetGroupAttributes(DescribeTargetGroupAttributesRequest request, AsyncCallback callback, object state) { var marshaller = new DescribeTargetGroupAttributesRequestMarshaller(); var unmarshaller = DescribeTargetGroupAttributesResponseUnmarshaller.Instance; return BeginInvoke<DescribeTargetGroupAttributesRequest>(request, marshaller, unmarshaller, callback, state); }