public class ListActionTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list action types action.
NOOP| Constructor and Description |
|---|
ListActionTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getActionOwnerFilter()
Filters the list of action types to those created by a specified entity.
|
String |
getNextToken()
An identifier that was returned from the previous list action types call,
which can be used to return the next set of action types in the list.
|
int |
hashCode() |
void |
setActionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
void |
setActionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous list action types call,
which can be used to return the next set of action types in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListActionTypesRequest |
withActionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
ListActionTypesRequest |
withActionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
ListActionTypesRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous list action types call,
which can be used to return the next set of action types in the list.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setActionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified
entity.ActionOwnerpublic String getActionOwnerFilter()
Filters the list of action types to those created by a specified entity.
ActionOwnerpublic ListActionTypesRequest withActionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified
entity.ActionOwnerpublic void setActionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified
entity.ActionOwnerpublic ListActionTypesRequest withActionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified
entity.ActionOwnerpublic void setNextToken(String nextToken)
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
nextToken - An identifier that was returned from the previous list action
types call, which can be used to return the next set of action
types in the list.public String getNextToken()
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
public ListActionTypesRequest withNextToken(String nextToken)
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
nextToken - An identifier that was returned from the previous list action
types call, which can be used to return the next set of action
types in the list.public String toString()
toString in class ObjectObject.toString()public ListActionTypesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.