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