Class IpamDiscoveredAccount
java.lang.Object
software.amazon.awssdk.services.ec2.model.IpamDiscoveredAccount
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpamDiscoveredAccount.Builder,IpamDiscoveredAccount>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe account ID.builder()final StringThe Amazon Web Services Region that the account information is returned from.final booleanfinal booleanequalsBySdkFields(Object obj) The resource discovery failure reason.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe last attempted resource discovery time.final InstantThe last successful resource discovery time.final StringThe ID of an Organizational Unit in Amazon Web Services Organizations.static Class<? extends IpamDiscoveredAccount.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountId
The account ID.
- Returns:
- The account ID.
-
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.
- Returns:
- 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.
-
failureReason
The resource discovery failure reason.
- Returns:
- The resource discovery failure reason.
-
lastAttemptedDiscoveryTime
The last attempted resource discovery time.
- Returns:
- The last attempted resource discovery time.
-
lastSuccessfulDiscoveryTime
The last successful resource discovery time.
- Returns:
- The last successful resource discovery time.
-
organizationalUnitId
The ID of an Organizational Unit in Amazon Web Services Organizations.
- Returns:
- The ID of an Organizational Unit in Amazon Web Services Organizations.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpamDiscoveredAccount.Builder,IpamDiscoveredAccount>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-