@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAnalyzedResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request.
| Constructor and Description |
|---|
GetAnalyzedResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAnalyzedResourceResult |
clone() |
boolean |
equals(Object obj) |
AnalyzedResource |
getResource()
An
AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
int |
hashCode() |
void |
setResource(AnalyzedResource resource)
An
AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
String |
toString()
Returns a string representation of this object.
|
GetAnalyzedResourceResult |
withResource(AnalyzedResource resource)
An
AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResource(AnalyzedResource resource)
An AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource.
resource - An AnalyedResource object that contains information that Access Analyzer found when it
analyzed the resource.public AnalyzedResource getResource()
An AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource.
AnalyedResource object that contains information that Access Analyzer found when it
analyzed the resource.public GetAnalyzedResourceResult withResource(AnalyzedResource resource)
An AnalyedResource object that contains information that Access Analyzer found when it analyzed the
resource.
resource - An AnalyedResource object that contains information that Access Analyzer found when it
analyzed the resource.public String toString()
toString in class ObjectObject.toString()public GetAnalyzedResourceResult clone()