@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
CreateDeploymentRequest () |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getAmznClientToken ()
A client token used to correlate requests and responses.
|
String |
getDeploymentId ()
The ID of the deployment if you wish to redeploy a previous deployment.
|
String |
getDeploymentType ()
The type of deployment.
|
String |
getGroupId ()
The ID of the Greengrass group.
|
String |
getGroupVersionId ()
The ID of the group version to be deployed.
|
int |
hashCode () |
void |
setAmznClientToken (String amznClientToken)
A client token used to correlate requests and responses.
|
void |
setDeploymentId (String deploymentId)
The ID of the deployment if you wish to redeploy a previous deployment.
|
void |
setDeploymentType (DeploymentType deploymentType)
The type of deployment.
|
void |
setDeploymentType (String deploymentType)
The type of deployment.
|
void |
setGroupId (String groupId)
The ID of the Greengrass group.
|
void |
setGroupVersionId (String groupVersionId)
The ID of the group version to be deployed.
|
String |
toString ()
Returns a string representation of this object.
|
CreateDeploymentRequest |
withAmznClientToken (String amznClientToken)
A client token used to correlate requests and responses.
|
CreateDeploymentRequest |
withDeploymentId (String deploymentId)
The ID of the deployment if you wish to redeploy a previous deployment.
|
CreateDeploymentRequest |
withDeploymentType (DeploymentType deploymentType)
The type of deployment.
|
CreateDeploymentRequest |
withDeploymentType (String deploymentType)
The type of deployment.
|
CreateDeploymentRequest |
withGroupId (String groupId)
The ID of the Greengrass group.
|
CreateDeploymentRequest |
withGroupVersionId (String groupVersionId)
The ID of the group version to be deployed.
|
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 CreateDeploymentRequest()
public void setAmznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.public String getAmznClientToken()
public CreateDeploymentRequest withAmznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.public void setDeploymentId(String deploymentId)
deploymentId - The ID of the deployment if you wish to redeploy a previous deployment.public String getDeploymentId()
public CreateDeploymentRequest withDeploymentId(String deploymentId)
deploymentId - The ID of the deployment if you wish to redeploy a previous deployment.public void setDeploymentType(String deploymentType)
deploymentType - The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment''
are valid.DeploymentType public String getDeploymentType()
DeploymentType public CreateDeploymentRequest withDeploymentType(String deploymentType)
deploymentType - The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment''
are valid.DeploymentType public void setDeploymentType(DeploymentType deploymentType)
deploymentType - The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment''
are valid.DeploymentType public CreateDeploymentRequest withDeploymentType(DeploymentType deploymentType)
deploymentType - The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment''
are valid.DeploymentType public void setGroupId(String groupId)
groupId - The ID of the Greengrass group.public String getGroupId()
public CreateDeploymentRequest withGroupId(String groupId)
groupId - The ID of the Greengrass group.public void setGroupVersionId(String groupVersionId)
groupVersionId - The ID of the group version to be deployed.public String getGroupVersionId()
public CreateDeploymentRequest withGroupVersionId(String groupVersionId)
groupVersionId - The ID of the group version to be deployed.public String toString()
toString in class Object Object.toString() public CreateDeploymentRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()