@Generated(value="software.amazon.awssdk:codegen") public final class FailedCampaignStateResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse>
Failed response of campaign state
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedCampaignStateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedCampaignStateResponse.Builder |
builder() |
String |
campaignId()
Returns the value of the CampaignId property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GetCampaignStateBatchFailureCode |
failureCode()
Returns the value of the FailureCode property for this object.
|
String |
failureCodeAsString()
Returns the value of the FailureCode property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedCampaignStateResponse.Builder> |
serializableBuilderClass() |
FailedCampaignStateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String campaignId()
public final GetCampaignStateBatchFailureCode failureCode()
If the service returns an enum value that is not available in the current SDK version, failureCode will
return GetCampaignStateBatchFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
GetCampaignStateBatchFailureCodepublic final String failureCodeAsString()
If the service returns an enum value that is not available in the current SDK version, failureCode will
return GetCampaignStateBatchFailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
GetCampaignStateBatchFailureCodepublic FailedCampaignStateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse>public static FailedCampaignStateResponse.Builder builder()
public static Class<? extends FailedCampaignStateResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.