@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BaselineSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns a summary of information about a Baseline object.
| Constructor and Description |
|---|
BaselineSummary() |
| Modifier and Type | Method and Description |
|---|---|
BaselineSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The full ARN of a Baseline.
|
String |
getDescription()
A summary description of a Baseline.
|
String |
getName()
The human-readable name of a Baseline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The full ARN of a Baseline.
|
void |
setDescription(String description)
A summary description of a Baseline.
|
void |
setName(String name)
The human-readable name of a Baseline.
|
String |
toString()
Returns a string representation of this object.
|
BaselineSummary |
withArn(String arn)
The full ARN of a Baseline.
|
BaselineSummary |
withDescription(String description)
A summary description of a Baseline.
|
BaselineSummary |
withName(String name)
The human-readable name of a Baseline.
|
public void setArn(String arn)
The full ARN of a Baseline.
arn - The full ARN of a Baseline.public String getArn()
The full ARN of a Baseline.
public BaselineSummary withArn(String arn)
The full ARN of a Baseline.
arn - The full ARN of a Baseline.public void setDescription(String description)
A summary description of a Baseline.
description - A summary description of a Baseline.public String getDescription()
A summary description of a Baseline.
public BaselineSummary withDescription(String description)
A summary description of a Baseline.
description - A summary description of a Baseline.public void setName(String name)
The human-readable name of a Baseline.
name - The human-readable name of a Baseline.public String getName()
The human-readable name of a Baseline.
public BaselineSummary withName(String name)
The human-readable name of a Baseline.
name - The human-readable name of a Baseline.public String toString()
toString in class ObjectObject.toString()public BaselineSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.