@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManagedResourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a managed resource.
| Constructor and Description |
|---|
ManagedResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
ManagedResourceSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getAssociationCount()
Number of resources associated with licenses.
|
String |
getResourceType()
Type of resource associated with a license.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAssociationCount(Long associationCount)
Number of resources associated with licenses.
|
void |
setResourceType(String resourceType)
Type of resource associated with a license.
|
String |
toString()
Returns a string representation of this object.
|
ManagedResourceSummary |
withAssociationCount(Long associationCount)
Number of resources associated with licenses.
|
ManagedResourceSummary |
withResourceType(ResourceType resourceType)
Type of resource associated with a license.
|
ManagedResourceSummary |
withResourceType(String resourceType)
Type of resource associated with a license.
|
public void setResourceType(String resourceType)
Type of resource associated with a license.
resourceType - Type of resource associated with a license.ResourceTypepublic String getResourceType()
Type of resource associated with a license.
ResourceTypepublic ManagedResourceSummary withResourceType(String resourceType)
Type of resource associated with a license.
resourceType - Type of resource associated with a license.ResourceTypepublic ManagedResourceSummary withResourceType(ResourceType resourceType)
Type of resource associated with a license.
resourceType - Type of resource associated with a license.ResourceTypepublic void setAssociationCount(Long associationCount)
Number of resources associated with licenses.
associationCount - Number of resources associated with licenses.public Long getAssociationCount()
Number of resources associated with licenses.
public ManagedResourceSummary withAssociationCount(Long associationCount)
Number of resources associated with licenses.
associationCount - Number of resources associated with licenses.public String toString()
toString in class ObjectObject.toString()public ManagedResourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.