@Generated(value="software.amazon.awssdk:codegen") public final class ListEnvironmentBlueprintsRequest extends DataZoneRequest implements ToCopyableBuilder<ListEnvironmentBlueprintsRequest.Builder,ListEnvironmentBlueprintsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEnvironmentBlueprintsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEnvironmentBlueprintsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
managed()
Specifies whether the environment blueprint is managed by Amazon DataZone.
|
Integer |
maxResults()
The maximum number of blueprints to return in a single call to
ListEnvironmentBlueprints. |
String |
name()
The name of the Amazon DataZone environment.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEnvironmentBlueprintsRequest.Builder> |
serializableBuilderClass() |
ListEnvironmentBlueprintsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain.
public final Boolean managed()
Specifies whether the environment blueprint is managed by Amazon DataZone.
public final 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.
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 final String name()
The name of the Amazon DataZone environment.
public final 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
ListEnvironmentBlueprintsto 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
ListEnvironmentBlueprintsto list the next set of blueprints.public ListEnvironmentBlueprintsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEnvironmentBlueprintsRequest.Builder,ListEnvironmentBlueprintsRequest>toBuilder in class DataZoneRequestpublic static ListEnvironmentBlueprintsRequest.Builder builder()
public static Class<? extends ListEnvironmentBlueprintsRequest.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.