@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NonCompliantResource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the resource that was non-compliant with the audit check.
| Constructor and Description |
|---|
NonCompliantResource() |
| Modifier and Type | Method and Description |
|---|---|
NonCompliantResource |
addAdditionalInfoEntry(String key,
String value) |
NonCompliantResource |
clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
NonCompliantResource |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAdditionalInfo()
Additional information about the non-compliant resource.
|
ResourceIdentifier |
getResourceIdentifier()
Information identifying the non-compliant resource.
|
String |
getResourceType()
The type of the non-compliant resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAdditionalInfo(Map<String,String> additionalInfo)
Additional information about the non-compliant resource.
|
void |
setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
void |
setResourceType(String resourceType)
The type of the non-compliant resource.
|
String |
toString()
Returns a string representation of this object.
|
NonCompliantResource |
withAdditionalInfo(Map<String,String> additionalInfo)
Additional information about the non-compliant resource.
|
NonCompliantResource |
withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
NonCompliantResource |
withResourceType(ResourceType resourceType)
The type of the non-compliant resource.
|
NonCompliantResource |
withResourceType(String resourceType)
The type of the non-compliant resource.
|
public void setResourceType(String resourceType)
The type of the non-compliant resource.
resourceType - The type of the non-compliant resource.ResourceTypepublic String getResourceType()
The type of the non-compliant resource.
ResourceTypepublic NonCompliantResource withResourceType(String resourceType)
The type of the non-compliant resource.
resourceType - The type of the non-compliant resource.ResourceTypepublic NonCompliantResource withResourceType(ResourceType resourceType)
The type of the non-compliant resource.
resourceType - The type of the non-compliant resource.ResourceTypepublic void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
resourceIdentifier - Information identifying the non-compliant resource.public ResourceIdentifier getResourceIdentifier()
Information identifying the non-compliant resource.
public NonCompliantResource withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
resourceIdentifier - Information identifying the non-compliant resource.public Map<String,String> getAdditionalInfo()
Additional information about the non-compliant resource.
public void setAdditionalInfo(Map<String,String> additionalInfo)
Additional information about the non-compliant resource.
additionalInfo - Additional information about the non-compliant resource.public NonCompliantResource withAdditionalInfo(Map<String,String> additionalInfo)
Additional information about the non-compliant resource.
additionalInfo - Additional information about the non-compliant resource.public NonCompliantResource addAdditionalInfoEntry(String key, String value)
public NonCompliantResource clearAdditionalInfoEntries()
public String toString()
toString in class ObjectObject.toString()public NonCompliantResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.