@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a target.
| Constructor and Description |
|---|
TargetSummary() |
| Modifier and Type | Method and Description |
|---|---|
TargetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the target.
|
String |
toString()
Returns a string representation of this object.
|
TargetSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the target.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the target.
arn - The Amazon Resource Name (ARN) of the target.public String getArn()
The Amazon Resource Name (ARN) of the target.
public TargetSummary withArn(String arn)
The Amazon Resource Name (ARN) of the target.
arn - The Amazon Resource Name (ARN) of the target.public String toString()
toString in class ObjectObject.toString()public TargetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.