@Generated(value="software.amazon.awssdk:codegen") public final class ListServicePipelineOutputsRequest extends ProtonRequest implements ToCopyableBuilder<ListServicePipelineOutputsRequest.Builder,ListServicePipelineOutputsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServicePipelineOutputsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServicePipelineOutputsRequest.Builder |
builder() |
String |
deploymentId()
The ID of the deployment you want the outputs for.
|
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 ListServicePipelineOutputsRequest.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the service whose pipeline's outputs you want.
|
ListServicePipelineOutputsRequest.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 you want the outputs for.
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 final String serviceName()
The name of the service whose pipeline's outputs you want.
public ListServicePipelineOutputsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServicePipelineOutputsRequest.Builder,ListServicePipelineOutputsRequest>toBuilder in class ProtonRequestpublic static ListServicePipelineOutputsRequest.Builder builder()
public static Class<? extends ListServicePipelineOutputsRequest.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.