Class ListEnvironmentProfilesRequest
- 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.ListEnvironmentProfilesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEnvironmentProfilesRequest extends DataZoneRequest implements ToCopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEnvironmentProfilesRequest.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 environment profiles.StringawsAccountRegion()The Amazon Web Services region where you want to list environment profiles.static ListEnvironmentProfilesRequest.Builderbuilder()StringdomainIdentifier()The identifier of the Amazon DataZone domain.StringenvironmentBlueprintIdentifier()The identifier of the blueprint that was used to create the environment profiles that you want to list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of environment profiles to return in a single call toListEnvironmentProfiles.Stringname()StringnextToken()When the number of environment profiles is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken.StringprojectIdentifier()The identifier of the Amazon DataZone project.List<SdkField<?>>sdkFields()static Class<? extends ListEnvironmentProfilesRequest.Builder>serializableBuilderClass()ListEnvironmentProfilesRequest.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 environment profiles.
- Returns:
- The identifier of the Amazon Web Services account where you want to list environment profiles.
-
awsAccountRegion
public final String awsAccountRegion()
The Amazon Web Services region where you want to list environment profiles.
- Returns:
- The Amazon Web Services region where you want to list environment profiles.
-
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 blueprint that was used to create the environment profiles that you want to list.
- Returns:
- The identifier of the blueprint that was used to create the environment profiles that you want to list.
-
maxResults
public final Integer maxResults()
The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.- Returns:
- The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.
-
name
public final String name()
- Returns:
-
nextToken
public final String nextToken()
When the number of environment profiles is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.- Returns:
- When the number of environment profiles is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.
-
projectIdentifier
public final String projectIdentifier()
The identifier of the Amazon DataZone project.
- Returns:
- The identifier of the Amazon DataZone project.
-
toBuilder
public ListEnvironmentProfilesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>- Specified by:
toBuilderin classDataZoneRequest
-
builder
public static ListEnvironmentProfilesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEnvironmentProfilesRequest.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
-
-