@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBudgetActionResponse extends BudgetsResponse implements ToCopyableBuilder<UpdateBudgetActionResponse.Builder,UpdateBudgetActionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBudgetActionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Returns the value of the AccountId property for this object.
|
String |
budgetName()
Returns the value of the BudgetName property for this object.
|
static UpdateBudgetActionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Action |
newAction()
The updated action resource information.
|
Action |
oldAction()
The previous action resource information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBudgetActionResponse.Builder> |
serializableBuilderClass() |
UpdateBudgetActionResponse.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 Action oldAction()
The previous action resource information.
public final Action newAction()
The updated action resource information.
public UpdateBudgetActionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBudgetActionResponse.Builder,UpdateBudgetActionResponse>toBuilder in class AwsResponsepublic static UpdateBudgetActionResponse.Builder builder()
public static Class<? extends UpdateBudgetActionResponse.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.