@Generated(value="software.amazon.awssdk:codegen") public final class Result extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Result.Builder,Result>
The account details that could not be processed.
Modifier and Type | Class and Description |
---|---|
static interface |
Result.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountId()
An ID of the AWS account that could not be processed.
|
static Result.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
processingResult()
The reason for why an account could not be processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Result.Builder> |
serializableBuilderClass() |
Result.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String accountId()
An ID of the AWS account that could not be processed.
public String processingResult()
The reason for why an account could not be processed.
public Result.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Result.Builder,Result>
public static Result.Builder builder()
public static Class<? extends Result.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.