@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActionTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListActionTypes action.
NOOP| Constructor and Description |
|---|
ListActionTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesRequest |
clone() |
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.
|
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.
|
addHandlerContext, copyBaseTo, 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 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()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.