@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateDomainMetadataRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateDomainMetadataRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDisplayName()
 The name to display. 
 | 
String | 
getDomainName()
 The name of the domain. 
 | 
String | 
getFleetArn()
 The ARN of the fleet. 
 | 
int | 
hashCode()  | 
void | 
setDisplayName(String displayName)
 The name to display. 
 | 
void | 
setDomainName(String domainName)
 The name of the domain. 
 | 
void | 
setFleetArn(String fleetArn)
 The ARN of the fleet. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateDomainMetadataRequest | 
withDisplayName(String displayName)
 The name to display. 
 | 
UpdateDomainMetadataRequest | 
withDomainName(String domainName)
 The name of the domain. 
 | 
UpdateDomainMetadataRequest | 
withFleetArn(String fleetArn)
 The ARN of the fleet. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public UpdateDomainMetadataRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.public void setDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String getDomainName()
The name of the domain.
public UpdateDomainMetadataRequest withDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public void setDisplayName(String displayName)
The name to display.
displayName - The name to display.public String getDisplayName()
The name to display.
public UpdateDomainMetadataRequest withDisplayName(String displayName)
The name to display.
displayName - The name to display.public String toString()
toString in class ObjectObject.toString()public UpdateDomainMetadataRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()