@Generated(value="software.amazon.awssdk:codegen") public final class RemoteAccountDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemoteAccountDetails.Builder,RemoteAccountDetails>
Contains details about the remote Amazon Web Services account that made the API call.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoteAccountDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID of the remote API caller.
|
Boolean |
affiliated()
Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty
environment.
|
static RemoteAccountDetails.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 RemoteAccountDetails.Builder> |
serializableBuilderClass() |
RemoteAccountDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID of the remote API caller.
public final Boolean affiliated()
Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty
environment. If this value is True the API caller is affiliated to your account in some way. If it
is False the API caller is from outside your environment.
True the API caller is affiliated to your account in some way.
If it is False the API caller is from outside your environment.public RemoteAccountDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoteAccountDetails.Builder,RemoteAccountDetails>public static RemoteAccountDetails.Builder builder()
public static Class<? extends RemoteAccountDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.