| Package | Description |
|---|---|
| software.amazon.awssdk.services.agcod.model |
| Modifier and Type | Method and Description |
|---|---|
static GiftCardResponse.Builder |
GiftCardResponse.builder() |
GiftCardResponse.Builder |
GiftCardResponse.Builder.cardNumber(String cardNumber)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.cardStatus(String cardStatus)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.creationRequestId(String creationRequestId)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.expirationDate(String expirationDate)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.gcClaimCode(String gcClaimCode)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.gcExpirationDate(String gcExpirationDate)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.gcId(String gcId)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.status(AgcodResponseStatus status)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.Builder.status(String status)
Docu goes here.
|
GiftCardResponse.Builder |
GiftCardResponse.toBuilder() |
GiftCardResponse.Builder |
GiftCardResponse.Builder.value(AgcodValue value)
Docu goes here.
|
default GiftCardResponse.Builder |
GiftCardResponse.Builder.value(Consumer<AgcodValue.Builder> value)
Docu goes here.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GiftCardResponse.Builder> |
GiftCardResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PartnerAccessErrorException.Builder |
PartnerAccessErrorException.Builder.agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
default ResendErrorException.Builder |
ResendErrorException.Builder.agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
default PartnerInputErrorException.Builder |
PartnerInputErrorException.Builder.agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
default SystemErrorException.Builder |
SystemErrorException.Builder.agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
default UnknownErrorException.Builder |
UnknownErrorException.Builder.agcodResponse(Consumer<GiftCardResponse.Builder> agcodResponse)
Sets the value of the AgcodResponse property for this object.
|
Copyright © 2020. All rights reserved.