@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)
Marshalls this structured data using the given
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.ResourceType
public String getResourceType()
The type of resource that was analyzed.
ResourceType
public AnalyzedResourceSummary withResourceType(String resourceType)
The type of resource that was analyzed.
resourceType
- The type of resource that was analyzed.ResourceType
public AnalyzedResourceSummary withResourceType(ResourceType resourceType)
The type of resource that was analyzed.
resourceType
- The type of resource that was analyzed.ResourceType
public String toString()
toString
in class Object
Object.toString()
public AnalyzedResourceSummary 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.