@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSourceServerActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSourceServerActionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSourceServerActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SourceServerActionsRequestFilters |
getFilters()
Filters to apply when listing source server post migration custom actions.
|
Integer |
getMaxResults()
Maximum amount of items to return when listing source server post migration custom actions.
|
String |
getNextToken()
Next token to use when listing source server post migration custom actions.
|
String |
getSourceServerID()
Source server ID.
|
int |
hashCode() |
void |
setFilters(SourceServerActionsRequestFilters filters)
Filters to apply when listing source server post migration custom actions.
|
void |
setMaxResults(Integer maxResults)
Maximum amount of items to return when listing source server post migration custom actions.
|
void |
setNextToken(String nextToken)
Next token to use when listing source server post migration custom actions.
|
void |
setSourceServerID(String sourceServerID)
Source server ID.
|
String |
toString()
Returns a string representation of this object.
|
ListSourceServerActionsRequest |
withFilters(SourceServerActionsRequestFilters filters)
Filters to apply when listing source server post migration custom actions.
|
ListSourceServerActionsRequest |
withMaxResults(Integer maxResults)
Maximum amount of items to return when listing source server post migration custom actions.
|
ListSourceServerActionsRequest |
withNextToken(String nextToken)
Next token to use when listing source server post migration custom actions.
|
ListSourceServerActionsRequest |
withSourceServerID(String sourceServerID)
Source server ID.
|
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 setFilters(SourceServerActionsRequestFilters filters)
Filters to apply when listing source server post migration custom actions.
filters
- Filters to apply when listing source server post migration custom actions.public SourceServerActionsRequestFilters getFilters()
Filters to apply when listing source server post migration custom actions.
public ListSourceServerActionsRequest withFilters(SourceServerActionsRequestFilters filters)
Filters to apply when listing source server post migration custom actions.
filters
- Filters to apply when listing source server post migration custom actions.public void setMaxResults(Integer maxResults)
Maximum amount of items to return when listing source server post migration custom actions.
maxResults
- Maximum amount of items to return when listing source server post migration custom actions.public Integer getMaxResults()
Maximum amount of items to return when listing source server post migration custom actions.
public ListSourceServerActionsRequest withMaxResults(Integer maxResults)
Maximum amount of items to return when listing source server post migration custom actions.
maxResults
- Maximum amount of items to return when listing source server post migration custom actions.public void setNextToken(String nextToken)
Next token to use when listing source server post migration custom actions.
nextToken
- Next token to use when listing source server post migration custom actions.public String getNextToken()
Next token to use when listing source server post migration custom actions.
public ListSourceServerActionsRequest withNextToken(String nextToken)
Next token to use when listing source server post migration custom actions.
nextToken
- Next token to use when listing source server post migration custom actions.public void setSourceServerID(String sourceServerID)
Source server ID.
sourceServerID
- Source server ID.public String getSourceServerID()
Source server ID.
public ListSourceServerActionsRequest withSourceServerID(String sourceServerID)
Source server ID.
sourceServerID
- Source server ID.public String toString()
toString
in class Object
Object.toString()
public ListSourceServerActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()