@Generated(value="software.amazon.awssdk:codegen") public final class Result extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Result.Builder,Result>
Details about the account that was not processed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Result.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
An Amazon Web Services account ID of the account that was not processed.
|
static Result.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
processingResult()
The reason that the account was not processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Result.Builder> |
serializableBuilderClass() |
Result.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
An Amazon Web Services account ID of the account that was not processed.
public final String processingResult()
The reason that the account was not processed.
public Result.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Result.Builder,Result>public static Result.Builder builder()
public static Class<? extends Result.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.