@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the get domain association request.
NOOP
Constructor and Description |
---|
GetDomainAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
GetDomainAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique id for an Amplify app.
|
String |
getDomainName()
The name of the domain.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique id for an Amplify app.
|
void |
setDomainName(String domainName)
The name of the domain.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainAssociationRequest |
withAppId(String appId)
The unique id for an Amplify app.
|
GetDomainAssociationRequest |
withDomainName(String domainName)
The name of the domain.
|
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, withSdkRequestTimeout
public void setAppId(String appId)
The unique id for an Amplify app.
appId
- The unique id for an Amplify app.public String getAppId()
The unique id for an Amplify app.
public GetDomainAssociationRequest withAppId(String appId)
The unique id for an Amplify app.
appId
- The unique id for an Amplify app.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 GetDomainAssociationRequest withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String toString()
toString
in class Object
Object.toString()
public GetDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()