@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
ResetDeploymentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
The client token used to request idempotent operations.
|
Boolean |
getForce()
When set to true, perform a best-effort only core reset.
|
String |
getGroupId()
The unique Id of the AWS Greengrass Group
|
int |
hashCode() |
Boolean |
isForce()
When set to true, perform a best-effort only core reset.
|
void |
setAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
void |
setForce(Boolean force)
When set to true, perform a best-effort only core reset.
|
void |
setGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResetDeploymentsRequest |
withAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
ResetDeploymentsRequest |
withForce(Boolean force)
When set to true, perform a best-effort only core reset.
|
ResetDeploymentsRequest |
withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
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 setAmznClientToken(String amznClientToken)
amznClientToken
- The client token used to request idempotent operations.public String getAmznClientToken()
public ResetDeploymentsRequest withAmznClientToken(String amznClientToken)
amznClientToken
- The client token used to request idempotent operations.public void setForce(Boolean force)
force
- When set to true, perform a best-effort only core reset.public Boolean getForce()
public ResetDeploymentsRequest withForce(Boolean force)
force
- When set to true, perform a best-effort only core reset.public Boolean isForce()
public void setGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic String getGroupId()
public ResetDeploymentsRequest withGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic String toString()
toString
in class Object
Object.toString()
public ResetDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.