@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()
Optional parameter to filter the output by domain engine type.
|
int |
hashCode() |
void |
setEngineType(String engineType)
Optional parameter to filter the output by domain engine type.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainNamesRequest |
withEngineType(EngineType engineType)
Optional parameter to filter the output by domain engine type.
|
ListDomainNamesRequest |
withEngineType(String engineType)
Optional parameter to filter 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, withSdkRequestTimeout
public void setEngineType(String engineType)
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
engineType
- Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and
'OpenSearch'.EngineType
public String getEngineType()
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
EngineType
public ListDomainNamesRequest withEngineType(String engineType)
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
engineType
- Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and
'OpenSearch'.EngineType
public ListDomainNamesRequest withEngineType(EngineType engineType)
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
engineType
- Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and
'OpenSearch'.EngineType
public String toString()
toString
in class Object
Object.toString()
public ListDomainNamesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()