Class ListEnvironmentsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datazone.model.DataZoneRequest
-
- software.amazon.awssdk.services.datazone.model.ListEnvironmentsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEnvironmentsRequest extends DataZoneRequest implements ToCopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEnvironmentsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The identifier of the Amazon Web Services account where you want to list environments.StringawsAccountRegion()The Amazon Web Services region where you want to list environments.static ListEnvironmentsRequest.Builderbuilder()StringdomainIdentifier()The identifier of the Amazon DataZone domain.StringenvironmentBlueprintIdentifier()The identifier of the Amazon DataZone blueprint.StringenvironmentProfileIdentifier()The identifier of the environment profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of environments to return in a single call toListEnvironments.Stringname()StringnextToken()When the number of environments is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken.StringprojectIdentifier()The identifier of the Amazon DataZone project.Stringprovider()The provider of the environment.List<SdkField<?>>sdkFields()static Class<? extends ListEnvironmentsRequest.Builder>serializableBuilderClass()EnvironmentStatusstatus()The status of the environments that you want to list.StringstatusAsString()The status of the environments that you want to list.ListEnvironmentsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The identifier of the Amazon Web Services account where you want to list environments.
- Returns:
- The identifier of the Amazon Web Services account where you want to list environments.
-
awsAccountRegion
public final String awsAccountRegion()
The Amazon Web Services region where you want to list environments.
- Returns:
- The Amazon Web Services region where you want to list environments.
-
domainIdentifier
public final String domainIdentifier()
The identifier of the Amazon DataZone domain.
- Returns:
- The identifier of the Amazon DataZone domain.
-
environmentBlueprintIdentifier
public final String environmentBlueprintIdentifier()
The identifier of the Amazon DataZone blueprint.
- Returns:
- The identifier of the Amazon DataZone blueprint.
-
environmentProfileIdentifier
public final String environmentProfileIdentifier()
The identifier of the environment profile.
- Returns:
- The identifier of the environment profile.
-
maxResults
public final Integer maxResults()
The maximum number of environments to return in a single call to
ListEnvironments. When the number of environments to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentsto list the next set of environments.- Returns:
- The maximum number of environments to return in a single call to
ListEnvironments. When the number of environments to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentsto list the next set of environments.
-
name
public final String name()
- Returns:
-
nextToken
public final String nextToken()
When the number of environments is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentsto list the next set of environments.- Returns:
- When the number of environments is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentsto list the next set of environments.
-
projectIdentifier
public final String projectIdentifier()
The identifier of the Amazon DataZone project.
- Returns:
- The identifier of the Amazon DataZone project.
-
provider
public final String provider()
The provider of the environment.
- Returns:
- The provider of the environment.
-
status
public final EnvironmentStatus status()
The status of the environments that you want to list.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the environments that you want to list.
- See Also:
EnvironmentStatus
-
statusAsString
public final String statusAsString()
The status of the environments that you want to list.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the environments that you want to list.
- See Also:
EnvironmentStatus
-
toBuilder
public ListEnvironmentsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>- Specified by:
toBuilderin classDataZoneRequest
-
builder
public static ListEnvironmentsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEnvironmentsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-