@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnvironmentActionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentActionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment actions are listed.
|
String |
getEnvironmentIdentifier()
The ID of the envrironment whose environment actions are listed.
|
Integer |
getMaxResults()
The maximum number of environment actions to return in a single call to
ListEnvironmentActions. |
String |
getNextToken()
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. |
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to
ListEnvironmentActions. |
void |
setNextToken(String nextToken)
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. |
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentActionsRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
|
ListEnvironmentActionsRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
|
ListEnvironmentActionsRequest |
withMaxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to
ListEnvironmentActions. |
ListEnvironmentActionsRequest |
withNextToken(String nextToken)
When the number of environment actions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. |
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
domainIdentifier - The ID of the Amazon DataZone domain in which the environment actions are listed.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment actions are listed.
public ListEnvironmentActionsRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
domainIdentifier - The ID of the Amazon DataZone domain in which the environment actions are listed.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
environmentIdentifier - The ID of the envrironment whose environment actions are listed.public String getEnvironmentIdentifier()
The ID of the envrironment whose environment actions are listed.
public ListEnvironmentActionsRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
environmentIdentifier - The ID of the envrironment whose environment actions are listed.public void setMaxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to ListEnvironmentActions. When
the number of environment actions to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListEnvironmentActions to list the next set of environment actions.
maxResults - The maximum number of environment actions to return in a single call to
ListEnvironmentActions. When the number of environment actions to be listed is greater than
the value of MaxResults, the response contains a NextToken value that you can
use in a subsequent call to ListEnvironmentActions to list the next set of environment
actions.public Integer getMaxResults()
The maximum number of environment actions to return in a single call to ListEnvironmentActions. When
the number of environment actions to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListEnvironmentActions to list the next set of environment actions.
ListEnvironmentActions. When the number of environment actions to be listed is greater than
the value of MaxResults, the response contains a NextToken value that you can
use in a subsequent call to ListEnvironmentActions to list the next set of environment
actions.public ListEnvironmentActionsRequest withMaxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to ListEnvironmentActions. When
the number of environment actions to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListEnvironmentActions to list the next set of environment actions.
maxResults - The maximum number of environment actions to return in a single call to
ListEnvironmentActions. When the number of environment actions to be listed is greater than
the value of MaxResults, the response contains a NextToken value that you can
use in a subsequent call to ListEnvironmentActions to list the next set of environment
actions.public void setNextToken(String nextToken)
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentActions to list the next set of
environment actions.
nextToken - When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of environment actions, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListEnvironmentActions to
list the next set of environment actions.public String getNextToken()
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentActions to list the next set of
environment actions.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of environment actions, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListEnvironmentActions to
list the next set of environment actions.public ListEnvironmentActionsRequest withNextToken(String nextToken)
When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
environment actions, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentActions to list the next set of
environment actions.
nextToken - When the number of environment actions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of environment actions, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListEnvironmentActions to
list the next set of environment actions.public String toString()
toString in class ObjectObject.toString()public ListEnvironmentActionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.