@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteBudgetActionRequest extends BudgetsRequest implements ToCopyableBuilder<ExecuteBudgetActionRequest.Builder,ExecuteBudgetActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteBudgetActionRequest.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 ExecuteBudgetActionRequest.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 ExecuteBudgetActionRequest.Builder> |
serializableBuilderClass() |
ExecuteBudgetActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 ExecuteBudgetActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteBudgetActionRequest.Builder,ExecuteBudgetActionRequest>toBuilder in class BudgetsRequestpublic static ExecuteBudgetActionRequest.Builder builder()
public static Class<? extends ExecuteBudgetActionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.