@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteBudgetActionResponse extends BudgetsResponse implements ToCopyableBuilder<ExecuteBudgetActionResponse.Builder,ExecuteBudgetActionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteBudgetActionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Returns the value of the AccountId property for this object.
|
String |
actionId()
A system-generated universally unique identifier (UUID) for the action.
|
String |
budgetName()
Returns the value of the BudgetName property for this object.
|
static ExecuteBudgetActionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionType |
executionType()
The type of execution.
|
String |
executionTypeAsString()
The type of execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteBudgetActionResponse.Builder> |
serializableBuilderClass() |
ExecuteBudgetActionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
public final String budgetName()
public final String actionId()
A system-generated universally unique identifier (UUID) for the action.
public final ExecutionType executionType()
The type of execution.
If the service returns an enum value that is not available in the current SDK version, executionType
will return ExecutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
executionTypeAsString().
ExecutionTypepublic final String executionTypeAsString()
The type of execution.
If the service returns an enum value that is not available in the current SDK version, executionType
will return ExecutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
executionTypeAsString().
ExecutionTypepublic ExecuteBudgetActionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteBudgetActionResponse.Builder,ExecuteBudgetActionResponse>toBuilder in class AwsResponsepublic static ExecuteBudgetActionResponse.Builder builder()
public static Class<? extends ExecuteBudgetActionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.