@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentBlueprintsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEnvironmentBlueprintsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentBlueprintsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain.
|
Boolean |
getManaged()
Specifies whether the environment blueprint is managed by Amazon DataZone.
|
Integer |
getMaxResults()
The maximum number of blueprints to return in a single call to
ListEnvironmentBlueprints . |
String |
getName()
The name of the Amazon DataZone environment.
|
String |
getNextToken()
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken . |
int |
hashCode() |
Boolean |
isManaged()
Specifies whether the environment blueprint is managed by Amazon DataZone.
|
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
void |
setManaged(Boolean managed)
Specifies whether the environment blueprint is managed by Amazon DataZone.
|
void |
setMaxResults(Integer maxResults)
The maximum number of blueprints to return in a single call to
ListEnvironmentBlueprints . |
void |
setName(String name)
The name of the Amazon DataZone environment.
|
void |
setNextToken(String nextToken)
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentBlueprintsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListEnvironmentBlueprintsRequest |
withManaged(Boolean managed)
Specifies whether the environment blueprint is managed by Amazon DataZone.
|
ListEnvironmentBlueprintsRequest |
withMaxResults(Integer maxResults)
The maximum number of blueprints to return in a single call to
ListEnvironmentBlueprints . |
ListEnvironmentBlueprintsRequest |
withName(String name)
The name of the Amazon DataZone environment.
|
ListEnvironmentBlueprintsRequest |
withNextToken(String nextToken)
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken . |
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 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 ListEnvironmentBlueprintsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier
- The identifier of the Amazon DataZone domain.public void setManaged(Boolean managed)
Specifies whether the environment blueprint is managed by Amazon DataZone.
managed
- Specifies whether the environment blueprint is managed by Amazon DataZone.public Boolean getManaged()
Specifies whether the environment blueprint is managed by Amazon DataZone.
public ListEnvironmentBlueprintsRequest withManaged(Boolean managed)
Specifies whether the environment blueprint is managed by Amazon DataZone.
managed
- Specifies whether the environment blueprint is managed by Amazon DataZone.public Boolean isManaged()
Specifies whether the environment blueprint is managed by Amazon DataZone.
public void setMaxResults(Integer maxResults)
The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints
. When the
number of blueprints 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 ListEnvironmentBlueprints
to
list the next set of blueprints.
maxResults
- The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints
.
When the number of blueprints 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
ListEnvironmentBlueprints
to list the next set of blueprints.public Integer getMaxResults()
The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints
. When the
number of blueprints 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 ListEnvironmentBlueprints
to
list the next set of blueprints.
ListEnvironmentBlueprints
.
When the number of blueprints 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
ListEnvironmentBlueprints
to list the next set of blueprints.public ListEnvironmentBlueprintsRequest withMaxResults(Integer maxResults)
The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints
. When the
number of blueprints 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 ListEnvironmentBlueprints
to
list the next set of blueprints.
maxResults
- The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints
.
When the number of blueprints 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
ListEnvironmentBlueprints
to list the next set of blueprints.public void setName(String name)
The name of the Amazon DataZone environment.
name
- The name of the Amazon DataZone environment.public String getName()
The name of the Amazon DataZone environment.
public ListEnvironmentBlueprintsRequest withName(String name)
The name of the Amazon DataZone environment.
name
- The name of the Amazon DataZone environment.public void setNextToken(String nextToken)
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
nextToken
- When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public String getNextToken()
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that
is less than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public ListEnvironmentBlueprintsRequest withNextToken(String nextToken)
When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
nextToken
- When the number of blueprints in the environment 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 blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentBlueprintsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()