@Generated(value="software.amazon.awssdk:codegen") public final class ManagedResourceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedResourceSummary.Builder,ManagedResourceSummary>
Summary information about a managed resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ManagedResourceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
associationCount()
Number of resources associated with licenses.
|
static ManagedResourceSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceType |
resourceType()
Type of resource associated with a license.
|
String |
resourceTypeAsString()
Type of resource associated with a license.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ManagedResourceSummary.Builder> |
serializableBuilderClass() |
ManagedResourceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceType resourceType()
Type of resource associated with a license.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
Type of resource associated with a license.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final Long associationCount()
Number of resources associated with licenses.
public ManagedResourceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ManagedResourceSummary.Builder,ManagedResourceSummary>public static ManagedResourceSummary.Builder builder()
public static Class<? extends ManagedResourceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.