@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePlacementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeletePlacementRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePlacementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPlacementName()
The name of the empty placement to delete.
|
String |
getProjectName()
The project containing the empty placement to delete.
|
int |
hashCode() |
void |
setPlacementName(String placementName)
The name of the empty placement to delete.
|
void |
setProjectName(String projectName)
The project containing the empty placement to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeletePlacementRequest |
withPlacementName(String placementName)
The name of the empty placement to delete.
|
DeletePlacementRequest |
withProjectName(String projectName)
The project containing the empty placement to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPlacementName(String placementName)
The name of the empty placement to delete.
placementName
- The name of the empty placement to delete.public String getPlacementName()
The name of the empty placement to delete.
public DeletePlacementRequest withPlacementName(String placementName)
The name of the empty placement to delete.
placementName
- The name of the empty placement to delete.public void setProjectName(String projectName)
The project containing the empty placement to delete.
projectName
- The project containing the empty placement to delete.public String getProjectName()
The project containing the empty placement to delete.
public DeletePlacementRequest withProjectName(String projectName)
The project containing the empty placement to delete.
projectName
- The project containing the empty placement to delete.public String toString()
toString
in class Object
Object.toString()
public DeletePlacementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.