@Generated(value="software.amazon.awssdk:codegen") public final class UseCase extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UseCase.Builder,UseCase>
Contains the use case.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UseCase.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UseCase.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UseCase.Builder> |
serializableBuilderClass() |
UseCase.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
useCaseArn()
The Amazon Resource Name (ARN) for the use case.
|
String |
useCaseId()
The identifier for the use case.
|
UseCaseType |
useCaseType()
The type of use case to associate to the integration association.
|
String |
useCaseTypeAsString()
The type of use case to associate to the integration association.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String useCaseId()
The identifier for the use case.
public final String useCaseArn()
The Amazon Resource Name (ARN) for the use case.
public final UseCaseType useCaseType()
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
If the service returns an enum value that is not available in the current SDK version, useCaseType will
return UseCaseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
useCaseTypeAsString().
UseCaseTypepublic final String useCaseTypeAsString()
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
If the service returns an enum value that is not available in the current SDK version, useCaseType will
return UseCaseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
useCaseTypeAsString().
UseCaseTypepublic UseCase.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UseCase.Builder,UseCase>public static UseCase.Builder builder()
public static Class<? extends UseCase.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.