@Generated(value="software.amazon.awssdk:codegen") public final class ListEnvironmentsRequest extends DataZoneRequest implements ToCopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEnvironmentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The identifier of the Amazon Web Services account where you want to list environments.
|
String |
awsAccountRegion()
The Amazon Web Services region where you want to list environments.
|
static ListEnvironmentsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain.
|
String |
environmentBlueprintIdentifier()
The identifier of the Amazon DataZone blueprint.
|
String |
environmentProfileIdentifier()
The identifier of the environment profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of environments to return in a single call to
ListEnvironments. |
String |
name()
|
String |
nextToken()
When the number of environments 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 environments, the
response includes a pagination token named NextToken. |
String |
projectIdentifier()
The identifier of the Amazon DataZone project.
|
String |
provider()
The provider of the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEnvironmentsRequest.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The status of the environments that you want to list.
|
String |
statusAsString()
The status of the environments that you want to list.
|
ListEnvironmentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The identifier of the Amazon Web Services account where you want to list environments.
public final String awsAccountRegion()
The Amazon Web Services region where you want to list environments.
public final String domainIdentifier()
The identifier of the Amazon DataZone domain.
public final String environmentBlueprintIdentifier()
The identifier of the Amazon DataZone blueprint.
public final String environmentProfileIdentifier()
The identifier of the environment profile.
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 of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListEnvironments to list the
next set of environments.
ListEnvironments. When the
number of environments 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
ListEnvironments to list the next set of environments.public final String name()
public final String nextToken()
When the number of environments 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 environments, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListEnvironments to list the next set of environments.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of environments, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListEnvironments to list the next
set of environments.public final String projectIdentifier()
The identifier of the Amazon DataZone project.
public final String provider()
The provider of the environment.
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, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic 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, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic ListEnvironmentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>toBuilder in class DataZoneRequestpublic static ListEnvironmentsRequest.Builder builder()
public static Class<? extends ListEnvironmentsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.