@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBaselineResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBaselineResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The baseline ARN.
|
String |
getDescription()
A description of the baseline.
|
String |
getName()
A user-friendly name for the baseline.
|
int |
hashCode() |
void |
setArn(String arn)
The baseline ARN.
|
void |
setDescription(String description)
A description of the baseline.
|
void |
setName(String name)
A user-friendly name for the baseline.
|
String |
toString()
Returns a string representation of this object.
|
GetBaselineResult |
withArn(String arn)
The baseline ARN.
|
GetBaselineResult |
withDescription(String description)
A description of the baseline.
|
GetBaselineResult |
withName(String name)
A user-friendly name for the baseline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The baseline ARN.
arn - The baseline ARN.public String getArn()
The baseline ARN.
public GetBaselineResult withArn(String arn)
The baseline ARN.
arn - The baseline ARN.public void setDescription(String description)
A description of the baseline.
description - A description of the baseline.public String getDescription()
A description of the baseline.
public GetBaselineResult withDescription(String description)
A description of the baseline.
description - A description of the baseline.public void setName(String name)
A user-friendly name for the baseline.
name - A user-friendly name for the baseline.public String getName()
A user-friendly name for the baseline.
public GetBaselineResult withName(String name)
A user-friendly name for the baseline.
name - A user-friendly name for the baseline.public String toString()
toString in class ObjectObject.toString()public GetBaselineResult clone()