@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyzedResourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the ARN of the analyzed resource.
| Constructor and Description |
|---|
AnalyzedResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedResourceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The ARN of the analyzed resource.
|
String |
getResourceType()
The type of resource that was analyzed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceArn(String resourceArn)
The ARN of the analyzed resource.
|
void |
setResourceType(String resourceType)
The type of resource that was analyzed.
|
String |
toString()
Returns a string representation of this object.
|
AnalyzedResourceSummary |
withResourceArn(String resourceArn)
The ARN of the analyzed resource.
|
AnalyzedResourceSummary |
withResourceType(ResourceType resourceType)
The type of resource that was analyzed.
|
AnalyzedResourceSummary |
withResourceType(String resourceType)
The type of resource that was analyzed.
|
public void setResourceArn(String resourceArn)
The ARN of the analyzed resource.
resourceArn - The ARN of the analyzed resource.public String getResourceArn()
The ARN of the analyzed resource.
public AnalyzedResourceSummary withResourceArn(String resourceArn)
The ARN of the analyzed resource.
resourceArn - The ARN of the analyzed resource.public void setResourceType(String resourceType)
The type of resource that was analyzed.
resourceType - The type of resource that was analyzed.ResourceTypepublic String getResourceType()
The type of resource that was analyzed.
ResourceTypepublic AnalyzedResourceSummary withResourceType(String resourceType)
The type of resource that was analyzed.
resourceType - The type of resource that was analyzed.ResourceTypepublic AnalyzedResourceSummary withResourceType(ResourceType resourceType)
The type of resource that was analyzed.
resourceType - The type of resource that was analyzed.ResourceTypepublic String toString()
toString in class ObjectObject.toString()public AnalyzedResourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.