@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceCountFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filters the resource count based on account ID, region, and resource type.
| Constructor and Description |
|---|
ResourceCountFilters() |
| Modifier and Type | Method and Description |
|---|---|
ResourceCountFilters |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The 12-digit ID of the account.
|
String |
getRegion()
The region where the account is located.
|
String |
getResourceType()
The type of the AWS resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccountId(String accountId)
The 12-digit ID of the account.
|
void |
setRegion(String region)
The region where the account is located.
|
void |
setResourceType(String resourceType)
The type of the AWS resource.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCountFilters |
withAccountId(String accountId)
The 12-digit ID of the account.
|
ResourceCountFilters |
withRegion(String region)
The region where the account is located.
|
ResourceCountFilters |
withResourceType(ResourceType resourceType)
The type of the AWS resource.
|
ResourceCountFilters |
withResourceType(String resourceType)
The type of the AWS resource.
|
public void setResourceType(String resourceType)
The type of the AWS resource.
resourceType - The type of the AWS resource.ResourceTypepublic String getResourceType()
The type of the AWS resource.
ResourceTypepublic ResourceCountFilters withResourceType(String resourceType)
The type of the AWS resource.
resourceType - The type of the AWS resource.ResourceTypepublic ResourceCountFilters withResourceType(ResourceType resourceType)
The type of the AWS resource.
resourceType - The type of the AWS resource.ResourceTypepublic void setAccountId(String accountId)
The 12-digit ID of the account.
accountId - The 12-digit ID of the account.public String getAccountId()
The 12-digit ID of the account.
public ResourceCountFilters withAccountId(String accountId)
The 12-digit ID of the account.
accountId - The 12-digit ID of the account.public void setRegion(String region)
The region where the account is located.
region - The region where the account is located.public String getRegion()
The region where the account is located.
public ResourceCountFilters withRegion(String region)
The region where the account is located.
region - The region where the account is located.public String toString()
toString in class ObjectObject.toString()public ResourceCountFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.