@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
AnalyzedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
int |
hashCode() |
void |
setResource(AnalyzedResource resource)
An
AnalyzedResource 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
AnalyzedResource object that contains information that Access Analyzer found when it analyzed the
resource. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResource(AnalyzedResource resource)
An AnalyzedResource
object that contains information that Access Analyzer found when it analyzed the
resource.
resource
- An AnalyzedResource
object that contains information that Access Analyzer found when it
analyzed the resource.public AnalyzedResource getResource()
An AnalyzedResource
object that contains information that Access Analyzer found when it analyzed the
resource.
AnalyzedResource
object that contains information that Access Analyzer found when it
analyzed the resource.public GetAnalyzedResourceResult withResource(AnalyzedResource resource)
An AnalyzedResource
object that contains information that Access Analyzer found when it analyzed the
resource.
resource
- An AnalyzedResource
object that contains information that Access Analyzer found when it
analyzed the resource.public String toString()
toString
in class Object
Object.toString()
public GetAnalyzedResourceResult clone()