@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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.ResourceType
public String getResourceType()
The type of the non-compliant resource.
ResourceType
public NonCompliantResource withResourceType(String resourceType)
The type of the non-compliant resource.
resourceType
- The type of the non-compliant resource.ResourceType
public NonCompliantResource withResourceType(ResourceType resourceType)
The type of the non-compliant resource.
resourceType
- The type of the non-compliant resource.ResourceType
public 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 Object
Object.toString()
public NonCompliantResource 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.