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