@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDomainConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
The marker for the next set of results.
|
Integer |
getPageSize()
The result page size.
|
String |
getServiceType()
The type of service delivered by the endpoint.
|
int |
hashCode() |
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setPageSize(Integer pageSize)
The result page size.
|
void |
setServiceType(String serviceType)
The type of service delivered by the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainConfigurationsRequest |
withMarker(String marker)
The marker for the next set of results.
|
ListDomainConfigurationsRequest |
withPageSize(Integer pageSize)
The result page size.
|
ListDomainConfigurationsRequest |
withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
ListDomainConfigurationsRequest |
withServiceType(String serviceType)
The type of service delivered by the endpoint.
|
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 setMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String getMarker()
The marker for the next set of results.
public ListDomainConfigurationsRequest withMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public void setPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public Integer getPageSize()
The result page size.
public ListDomainConfigurationsRequest withPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public void setServiceType(String serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public String getServiceType()
The type of service delivered by the endpoint.
ServiceType
public ListDomainConfigurationsRequest withServiceType(String serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public ListDomainConfigurationsRequest withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
public String toString()
toString
in class Object
Object.toString()
public ListDomainConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()