Amazon.Route53.AmazonRoute53Client.UpdateHostedZoneComment C# (CSharp) Метод

UpdateHostedZoneComment() публичный Метод

Updates the hosted zone comment. Send a POST request to the /2013-04-01/hostedzone/hosted zone ID resource.
/// The input is not valid. /// /// No hosted zone exists with the ID that you specified. ///
public UpdateHostedZoneComment ( UpdateHostedZoneCommentRequest request ) : UpdateHostedZoneCommentResponse
request UpdateHostedZoneCommentRequest Container for the necessary parameters to execute the UpdateHostedZoneComment service method.
Результат UpdateHostedZoneCommentResponse
        public UpdateHostedZoneCommentResponse UpdateHostedZoneComment(UpdateHostedZoneCommentRequest request)
        {
            var marshaller = new UpdateHostedZoneCommentRequestMarshaller();
            var unmarshaller = UpdateHostedZoneCommentResponseUnmarshaller.Instance;

            return Invoke<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client