class Amazonite::ApiGateway::UpdateDomainNameRequest

Overview

A request to change information about the DomainName resource.

Included Modules

Defined in:

api_gateway/update_domain_name_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(domain_name : String, domain_name_id : String | Nil = nil, patch_operations : Array(PatchOperation) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def domain_name : String #

The name of the DomainName resource to be changed.


[View source]
def domain_name=(domain_name : String) #

The name of the DomainName resource to be changed.


[View source]
def domain_name_id : String | Nil #

The identifier for the domain name resource. Supported only for private custom domain names.


[View source]
def domain_name_id=(domain_name_id : String | Nil) #

The identifier for the domain name resource. Supported only for private custom domain names.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def patch_operations : Array(PatchOperation) | Nil #

For more information about supported patch operations, see Patch Operations.


[View source]
def patch_operations=(patch_operations : Array(PatchOperation) | Nil) #

For more information about supported patch operations, see Patch Operations.


[View source]
def validate! : Nil #

[View source]