@Generated(value="software.amazon.awssdk:codegen") public final class NegativeFormat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NegativeFormat.Builder,NegativeFormat>
A structure that represents a negative format.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NegativeFormat.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NegativeFormat.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The prefix for a negative format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NegativeFormat.Builder> |
serializableBuilderClass() |
String |
suffix()
The suffix for a negative format.
|
NegativeFormat.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String prefix()
The prefix for a negative format.
public final String suffix()
The suffix for a negative format.
public NegativeFormat.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NegativeFormat.Builder,NegativeFormat>public static NegativeFormat.Builder builder()
public static Class<? extends NegativeFormat.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.