@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeployWorkspaceApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeployWorkspaceApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
DeployWorkspaceApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForce()
Indicates whether the force flag is applied for the specified WorkSpace.
|
String |
getWorkspaceId()
The identifier of the WorkSpace.
|
int |
hashCode() |
Boolean |
isForce()
Indicates whether the force flag is applied for the specified WorkSpace.
|
void |
setForce(Boolean force)
Indicates whether the force flag is applied for the specified WorkSpace.
|
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
String |
toString()
Returns a string representation of this object.
|
DeployWorkspaceApplicationsRequest |
withForce(Boolean force)
Indicates whether the force flag is applied for the specified WorkSpace.
|
DeployWorkspaceApplicationsRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
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 setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId
- The identifier of the WorkSpace.public String getWorkspaceId()
The identifier of the WorkSpace.
public DeployWorkspaceApplicationsRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId
- The identifier of the WorkSpace.public void setForce(Boolean force)
Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
force
- Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled,
it allows previously failed deployments to be retried.public Boolean getForce()
Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
public DeployWorkspaceApplicationsRequest withForce(Boolean force)
Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
force
- Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled,
it allows previously failed deployments to be retried.public Boolean isForce()
Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
public String toString()
toString
in class Object
Object.toString()
public DeployWorkspaceApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()