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