@Generated(value="software.amazon.awssdk:codegen") public final class IpamDiscoveredAccount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpamDiscoveredAccount.Builder,IpamDiscoveredAccount>
An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpamDiscoveredAccount.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID.
|
static IpamDiscoveredAccount.Builder |
builder() |
String |
discoveryRegion()
The Amazon Web Services Region that the account information is returned from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
IpamDiscoveryFailureReason |
failureReason()
The resource discovery failure reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAttemptedDiscoveryTime()
The last attempted resource discovery time.
|
Instant |
lastSuccessfulDiscoveryTime()
The last successful resource discovery time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpamDiscoveredAccount.Builder> |
serializableBuilderClass() |
IpamDiscoveredAccount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account ID.
public final String discoveryRegion()
The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
public final IpamDiscoveryFailureReason failureReason()
The resource discovery failure reason.
public final Instant lastAttemptedDiscoveryTime()
The last attempted resource discovery time.
public final Instant lastSuccessfulDiscoveryTime()
The last successful resource discovery time.
public IpamDiscoveredAccount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpamDiscoveredAccount.Builder,IpamDiscoveredAccount>public static IpamDiscoveredAccount.Builder builder()
public static Class<? extends IpamDiscoveredAccount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.