@Generated(value="software.amazon.awssdk:codegen") public final class CustomerAgreement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerAgreement.Builder,CustomerAgreement>
The name and status of a customer agreement.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerAgreement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
agreementName()
The name of the agreement.
|
static CustomerAgreement.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 CustomerAgreement.Builder> |
serializableBuilderClass() |
String |
status()
The status of the customer agreement.
|
CustomerAgreement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String agreementName()
The name of the agreement.
public final String status()
The status of the customer agreement. This will be either signed or unsigned
signed or unsignedpublic CustomerAgreement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerAgreement.Builder,CustomerAgreement>public static CustomerAgreement.Builder builder()
public static Class<? extends CustomerAgreement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.