@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainNamesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListDomainNames operation.
NOOP| Constructor and Description |
|---|
ListDomainNamesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainNamesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEngineType()
Filters the output by domain engine type.
|
int |
hashCode() |
void |
setEngineType(String engineType)
Filters the output by domain engine type.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainNamesRequest |
withEngineType(EngineType engineType)
Filters the output by domain engine type.
|
ListDomainNamesRequest |
withEngineType(String engineType)
Filters the output by domain engine type.
|
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 setEngineType(String engineType)
Filters the output by domain engine type.
engineType - Filters the output by domain engine type.EngineTypepublic String getEngineType()
Filters the output by domain engine type.
EngineTypepublic ListDomainNamesRequest withEngineType(String engineType)
Filters the output by domain engine type.
engineType - Filters the output by domain engine type.EngineTypepublic ListDomainNamesRequest withEngineType(EngineType engineType)
Filters the output by domain engine type.
engineType - Filters the output by domain engine type.EngineTypepublic String toString()
toString in class ObjectObject.toString()public ListDomainNamesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()