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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.ActionOwner
public String getActionOwnerFilter()
Filters the list of action types to those created by a specified entity.
ActionOwner
public 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.ActionOwner
public 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.ActionOwner
public 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.ActionOwner
public 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 Object
Object.toString()
public ListActionTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.