@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePatchBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePatchBaselineResult() |
Modifier and Type | Method and Description |
---|---|
DeletePatchBaselineResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaselineId()
The ID of the deleted patch baseline.
|
int |
hashCode() |
void |
setBaselineId(String baselineId)
The ID of the deleted patch baseline.
|
String |
toString()
Returns a string representation of this object.
|
DeletePatchBaselineResult |
withBaselineId(String baselineId)
The ID of the deleted patch baseline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBaselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId
- The ID of the deleted patch baseline.public String getBaselineId()
The ID of the deleted patch baseline.
public DeletePatchBaselineResult withBaselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId
- The ID of the deleted patch baseline.public String toString()
toString
in class Object
Object.toString()
public DeletePatchBaselineResult clone()