@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatedObjectiveSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the objective that a common control supports.
Constructor and Description |
---|
AssociatedObjectiveSummary() |
Modifier and Type | Method and Description |
---|---|
AssociatedObjectiveSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the related objective.
|
String |
getName()
The name of the related objective.
|
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 related objective.
|
void |
setName(String name)
The name of the related objective.
|
String |
toString()
Returns a string representation of this object.
|
AssociatedObjectiveSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the related objective.
|
AssociatedObjectiveSummary |
withName(String name)
The name of the related objective.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the related objective.
arn
- The Amazon Resource Name (ARN) of the related objective.public String getArn()
The Amazon Resource Name (ARN) of the related objective.
public AssociatedObjectiveSummary withArn(String arn)
The Amazon Resource Name (ARN) of the related objective.
arn
- The Amazon Resource Name (ARN) of the related objective.public void setName(String name)
The name of the related objective.
name
- The name of the related objective.public String getName()
The name of the related objective.
public AssociatedObjectiveSummary withName(String name)
The name of the related objective.
name
- The name of the related objective.public String toString()
toString
in class Object
Object.toString()
public AssociatedObjectiveSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.