@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.