public void SetInstanceProtectionMarshallTest()
        {
            var operation = service_model.FindOperation("SetInstanceProtection");

            var request         = InstantiateClassGenerator.Execute <SetInstanceProtectionRequest>();
            var marshaller      = new SetInstanceProtectionRequestMarshaller();
            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        = SetInstanceProtectionResponseUnmarshaller.Instance.Unmarshall(context)
                                  as SetInstanceProtectionResponse;

            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the SetInstanceProtection operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the SetInstanceProtection 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<SetInstanceProtectionResponse> SetInstanceProtectionAsync(SetInstanceProtectionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetInstanceProtectionRequestMarshaller();
            var unmarshaller = SetInstanceProtectionResponseUnmarshaller.Instance;

            return InvokeAsync<SetInstanceProtectionRequest,SetInstanceProtectionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
        internal SetInstanceProtectionResponse SetInstanceProtection(SetInstanceProtectionRequest request)
        {
            var marshaller = new SetInstanceProtectionRequestMarshaller();
            var unmarshaller = SetInstanceProtectionResponseUnmarshaller.Instance;

            return Invoke<SetInstanceProtectionRequest,SetInstanceProtectionResponse>(request, marshaller, unmarshaller);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the SetInstanceProtection operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the SetInstanceProtection operation on AmazonAutoScalingClient.</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 EndSetInstanceProtection
        ///         operation.</returns>
        public IAsyncResult BeginSetInstanceProtection(SetInstanceProtectionRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SetInstanceProtectionRequestMarshaller();
            var unmarshaller = SetInstanceProtectionResponseUnmarshaller.Instance;

            return BeginInvoke<SetInstanceProtectionRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
        public void SetInstanceProtectionMarshallTest()
        {
            var operation = service_model.FindOperation("SetInstanceProtection");

            var request = InstantiateClassGenerator.Execute<SetInstanceProtectionRequest>();
            var marshaller = new SetInstanceProtectionRequestMarshaller();
            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 = SetInstanceProtectionResponseUnmarshaller.Instance.Unmarshall(context)
                as SetInstanceProtectionResponse;   
            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);       
        }