@Generated(value="software.amazon.awssdk:codegen") public final class GiftCardResponse extends Object implements software.amazon.awssdk.core.SdkPojo, Serializable, software.amazon.awssdk.utils.builder.ToCopyableBuilder<GiftCardResponse.Builder,GiftCardResponse>
Represents the output of a CreateGiftCard operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GiftCardResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GiftCardResponse.Builder |
builder() |
String |
cardNumber()
Docu goes here.
|
String |
cardStatus()
Docu goes here.
|
String |
creationRequestId()
Docu goes here.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expirationDate()
Docu goes here.
|
String |
gcClaimCode()
Docu goes here.
|
String |
gcExpirationDate()
Docu goes here.
|
String |
gcId()
Docu goes here.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<software.amazon.awssdk.core.SdkField<?>> |
sdkFields() |
static Class<? extends GiftCardResponse.Builder> |
serializableBuilderClass() |
AgcodResponseStatus |
status()
Docu goes here.
|
String |
statusAsString()
Docu goes here.
|
GiftCardResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AgcodValue |
value()
Docu goes here.
|
public String cardNumber()
Docu goes here.
public String cardStatus()
Docu goes here.
public String expirationDate()
Docu goes here.
public AgcodValue value()
Docu goes here.
public String creationRequestId()
Docu goes here.
public String gcClaimCode()
Docu goes here.
public String gcExpirationDate()
Docu goes here.
public String gcId()
Docu goes here.
public AgcodResponseStatus status()
Docu goes here.
If the service returns an enum value that is not available in the current SDK version, status will
return AgcodResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AgcodResponseStatuspublic String statusAsString()
Docu goes here.
If the service returns an enum value that is not available in the current SDK version, status will
return AgcodResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AgcodResponseStatuspublic GiftCardResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GiftCardResponse.Builder,GiftCardResponse>public static GiftCardResponse.Builder builder()
public static Class<? extends GiftCardResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface software.amazon.awssdk.core.SdkPojopublic String toString()
public List<software.amazon.awssdk.core.SdkField<?>> sdkFields()
sdkFields in interface software.amazon.awssdk.core.SdkPojoCopyright © 2020. All rights reserved.