@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
String |
getRegionFilter()
The Region to filter on for the list of action types.
|
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.
|
void |
setRegionFilter(String regionFilter)
The Region to filter on for the list of action types.
|
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.
|
ListActionTypesRequest |
withRegionFilter(String regionFilter)
The Region to filter on for the list of action types.
|
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 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 void setRegionFilter(String regionFilter)
The Region to filter on for the list of action types.
regionFilter
- The Region to filter on for the list of action types.public String getRegionFilter()
The Region to filter on for the list of action types.
public ListActionTypesRequest withRegionFilter(String regionFilter)
The Region to filter on for the list of action types.
regionFilter
- The Region to filter on for the list of action types.public String toString()
toString
in class Object
Object.toString()
public ListActionTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()