@Generated(value="software.amazon.awssdk:codegen") public final class BlockerDeclaration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockerDeclaration.Builder,BlockerDeclaration>
Reserved for future use.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlockerDeclaration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlockerDeclaration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Reserved for future use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlockerDeclaration.Builder> |
serializableBuilderClass() |
BlockerDeclaration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
BlockerType |
type()
Reserved for future use.
|
String |
typeAsString()
Reserved for future use.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Reserved for future use.
public final BlockerType type()
Reserved for future use.
If the service returns an enum value that is not available in the current SDK version, type will return
BlockerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
BlockerTypepublic final String typeAsString()
Reserved for future use.
If the service returns an enum value that is not available in the current SDK version, type will return
BlockerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
BlockerTypepublic BlockerDeclaration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlockerDeclaration.Builder,BlockerDeclaration>public static BlockerDeclaration.Builder builder()
public static Class<? extends BlockerDeclaration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.