Class CustomerAgreement
- java.lang.Object
-
- software.amazon.awssdk.services.directconnect.model.CustomerAgreement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerAgreement.Builder,CustomerAgreement>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerAgreement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringagreementName()The name of the agreement.static CustomerAgreement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CustomerAgreement.Builder>serializableBuilderClass()Stringstatus()The status of the customer agreement.CustomerAgreement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
agreementName
public final String agreementName()
The name of the agreement.
- Returns:
- The name of the agreement.
-
status
public final String status()
The status of the customer agreement. This will be either
signedorunsigned- Returns:
- The status of the customer agreement. This will be either
signedorunsigned
-
toBuilder
public CustomerAgreement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerAgreement.Builder,CustomerAgreement>
-
builder
public static CustomerAgreement.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerAgreement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-