@Generated(value="software.amazon.awssdk:codegen") public final class Consent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Consent.Builder,Consent>
Customer's consent for the owner change request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Consent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Consent.Builder |
builder() |
String |
currency()
Currency for the
MaxPrice. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maxPrice()
Maximum amount the customer agreed to accept.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Consent.Builder> |
serializableBuilderClass() |
Consent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double maxPrice()
Maximum amount the customer agreed to accept.
public final String currency()
Currency for the MaxPrice.
MaxPrice.public Consent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Consent.Builder,Consent>public static Consent.Builder builder()
public static Class<? extends Consent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.