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