@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Summary extends Object implements Serializable, Cloneable, StructuredPojo
A count of noncompliant resources.
| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
Summary |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdated()
The timestamp that shows when this summary was generated in this Region.
|
Long |
getNonCompliantResources()
The count of noncompliant resources.
|
String |
getRegion()
The AWS Region that the summary applies to.
|
String |
getResourceType()
The resource type.
|
String |
getTargetId()
The account identifier or the root identifier of the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLastUpdated(Date lastUpdated)
The timestamp that shows when this summary was generated in this Region.
|
void |
setNonCompliantResources(Long nonCompliantResources)
The count of noncompliant resources.
|
void |
setRegion(String region)
The AWS Region that the summary applies to.
|
void |
setResourceType(String resourceType)
The resource type.
|
void |
setTargetId(String targetId)
The account identifier or the root identifier of the organization.
|
String |
toString()
Returns a string representation of this object.
|
Summary |
withLastUpdated(Date lastUpdated)
The timestamp that shows when this summary was generated in this Region.
|
Summary |
withNonCompliantResources(Long nonCompliantResources)
The count of noncompliant resources.
|
Summary |
withRegion(String region)
The AWS Region that the summary applies to.
|
Summary |
withResourceType(String resourceType)
The resource type.
|
Summary |
withTargetId(String targetId)
The account identifier or the root identifier of the organization.
|
public void setLastUpdated(Date lastUpdated)
The timestamp that shows when this summary was generated in this Region.
lastUpdated - The timestamp that shows when this summary was generated in this Region.public Date getLastUpdated()
The timestamp that shows when this summary was generated in this Region.
public Summary withLastUpdated(Date lastUpdated)
The timestamp that shows when this summary was generated in this Region.
lastUpdated - The timestamp that shows when this summary was generated in this Region.public void setTargetId(String targetId)
The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API.
targetId - The account identifier or the root identifier of the organization. If you don't know the root ID, you can
call the AWS Organizations ListRoots API.public String getTargetId()
The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API.
public Summary withTargetId(String targetId)
The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API.
targetId - The account identifier or the root identifier of the organization. If you don't know the root ID, you can
call the AWS Organizations ListRoots API.public void setRegion(String region)
The AWS Region that the summary applies to.
region - The AWS Region that the summary applies to.public String getRegion()
The AWS Region that the summary applies to.
public Summary withRegion(String region)
The AWS Region that the summary applies to.
region - The AWS Region that the summary applies to.public void setResourceType(String resourceType)
The resource type.
resourceType - The resource type.public String getResourceType()
The resource type.
public Summary withResourceType(String resourceType)
The resource type.
resourceType - The resource type.public void setNonCompliantResources(Long nonCompliantResources)
The count of noncompliant resources.
nonCompliantResources - The count of noncompliant resources.public Long getNonCompliantResources()
The count of noncompliant resources.
public Summary withNonCompliantResources(Long nonCompliantResources)
The count of noncompliant resources.
nonCompliantResources - The count of noncompliant resources.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.