@Generated(value="software.amazon.awssdk:codegen") public final class ListServiceInstanceOutputsRequest extends ProtonRequest implements ToCopyableBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServiceInstanceOutputsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstanceOutputsRequest.Builder |
builder() |
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 ListServiceInstanceOutputsRequest.Builder> |
serializableBuilderClass() |
String |
serviceInstanceName()
The name of the service instance whose outputs you want.
|
String |
serviceName()
The name of the service that
serviceInstanceName is associated to. |
ListServiceInstanceOutputsRequest.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 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 serviceInstanceName()
The name of the service instance whose outputs you want.
public final String serviceName()
The name of the service that serviceInstanceName is associated to.
serviceInstanceName is associated to.public ListServiceInstanceOutputsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServiceInstanceOutputsRequest.Builder,ListServiceInstanceOutputsRequest>toBuilder in class ProtonRequestpublic static ListServiceInstanceOutputsRequest.Builder builder()
public static Class<? extends ListServiceInstanceOutputsRequest.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.