@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceARNDetail extends Object implements Serializable, Cloneable, StructuredPojo
A list of resources ARNs corresponding to the segments in a trace.
Constructor and Description |
---|
ResourceARNDetail() |
Modifier and Type | Method and Description |
---|---|
ResourceARNDetail |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of a corresponding resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setARN(String aRN)
The ARN of a corresponding resource.
|
String |
toString()
Returns a string representation of this object.
|
ResourceARNDetail |
withARN(String aRN)
The ARN of a corresponding resource.
|
public void setARN(String aRN)
The ARN of a corresponding resource.
aRN
- The ARN of a corresponding resource.public String getARN()
The ARN of a corresponding resource.
public ResourceARNDetail withARN(String aRN)
The ARN of a corresponding resource.
aRN
- The ARN of a corresponding resource.public String toString()
toString
in class Object
Object.toString()
public ResourceARNDetail 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.