@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.ResourceType
public String getResourceType()
Type of resource associated with a license.
ResourceType
public ManagedResourceSummary withResourceType(String resourceType)
Type of resource associated with a license.
resourceType
- Type of resource associated with a license.ResourceType
public ManagedResourceSummary withResourceType(ResourceType resourceType)
Type of resource associated with a license.
resourceType
- Type of resource associated with a license.ResourceType
public 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 Object
Object.toString()
public ManagedResourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.