@Generated(value="software.amazon.awssdk:codegen") public final class ListEnvironmentOutputsRequest extends ProtonRequest implements ToCopyableBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEnvironmentOutputsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEnvironmentOutputsRequest.Builder |
builder() |
String |
deploymentId()
The ID of the deployment whose outputs you want.
|
String |
environmentName()
The environment name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token that indicates the location of the next environment output in the array of environment outputs, after the
list of environment outputs that was previously requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEnvironmentOutputsRequest.Builder> |
serializableBuilderClass() |
ListEnvironmentOutputsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deploymentId()
The ID of the deployment whose outputs you want.
public final String environmentName()
The environment name.
public final String nextToken()
A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.
public ListEnvironmentOutputsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>toBuilder in class ProtonRequestpublic static ListEnvironmentOutputsRequest.Builder builder()
public static Class<? extends ListEnvironmentOutputsRequest.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.