Class UnprocessedAccount
- java.lang.Object
-
- software.amazon.awssdk.services.detective.model.UnprocessedAccount
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
@Generated("software.amazon.awssdk:codegen") public final class UnprocessedAccount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
A member account that was included in a request but for which the request could not be processed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnprocessedAccount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Web Services account identifier of the member account that was not processed.static UnprocessedAccount.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringreason()The reason that the member account request could not be processed.List<SdkField<?>>sdkFields()static Class<? extends UnprocessedAccount.Builder>serializableBuilderClass()UnprocessedAccount.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The Amazon Web Services account identifier of the member account that was not processed.
- Returns:
- The Amazon Web Services account identifier of the member account that was not processed.
-
reason
public final String reason()
The reason that the member account request could not be processed.
- Returns:
- The reason that the member account request could not be processed.
-
toBuilder
public UnprocessedAccount.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
-
builder
public static UnprocessedAccount.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnprocessedAccount.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-