@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePackageConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePackageConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePackageConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
VersionUpdateByJobsConfig |
getVersionUpdateByJobsConfig()
Configuration to manage job's package version reporting.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePackageConfigurationRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePackageConfigurationRequest |
withVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting.
|
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 setVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.
versionUpdateByJobsConfig
- Configuration to manage job's package version reporting. This updates the thing's reserved named shadow
that the job targets.public VersionUpdateByJobsConfig getVersionUpdateByJobsConfig()
Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.
public UpdatePackageConfigurationRequest withVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.
versionUpdateByJobsConfig
- Configuration to manage job's package version reporting. This updates the thing's reserved named shadow
that the job targets.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public UpdatePackageConfigurationRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString
in class Object
Object.toString()
public UpdatePackageConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()