com.amazonaws.services.ec2.model.CopyImageRequest Maven / Gradle / Ivy
/*
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.ec2.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.AmazonWebServiceRequest;
import com.amazonaws.Request;
import com.amazonaws.services.ec2.model.transform.CopyImageRequestMarshaller;
/**
*
* Contains the parameters for CopyImage.
*
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class CopyImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest {
/**
*
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure
* Idempotency in the Amazon Elastic Compute Cloud User Guide.
*
*/
private String clientToken;
/**
*
* A description for the new AMI in the destination Region.
*
*/
private String description;
/**
*
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an
* unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS
* is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId.
* For more information, see Amazon
* EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
*
*/
private Boolean encrypted;
/**
*
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the
* encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not
* specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
* flag must also be set.
*
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name,
* prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even
* though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*
*/
private String kmsKeyId;
/**
*
* The name of the new AMI in the destination Region.
*
*/
private String name;
/**
*
* The ID of the AMI to copy.
*
*/
private String sourceImageId;
/**
*
* The name of the Region that contains the AMI to copy.
*
*/
private String sourceRegion;
/**
*
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure
* Idempotency in the Amazon Elastic Compute Cloud User Guide.
*
*
* @param clientToken
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information,
* see How to
* Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.
*/
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
}
/**
*
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure
* Idempotency in the Amazon Elastic Compute Cloud User Guide.
*
*
* @return Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information,
* see How to
* Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.
*/
public String getClientToken() {
return this.clientToken;
}
/**
*
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure
* Idempotency in the Amazon Elastic Compute Cloud User Guide.
*
*
* @param clientToken
* Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information,
* see How to
* Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withClientToken(String clientToken) {
setClientToken(clientToken);
return this;
}
/**
*
* A description for the new AMI in the destination Region.
*
*
* @param description
* A description for the new AMI in the destination Region.
*/
public void setDescription(String description) {
this.description = description;
}
/**
*
* A description for the new AMI in the destination Region.
*
*
* @return A description for the new AMI in the destination Region.
*/
public String getDescription() {
return this.description;
}
/**
*
* A description for the new AMI in the destination Region.
*
*
* @param description
* A description for the new AMI in the destination Region.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withDescription(String description) {
setDescription(description);
return this;
}
/**
*
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an
* unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS
* is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId.
* For more information, see Amazon
* EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
*
*
* @param encrypted
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a
* copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The
* default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK
* using KmsKeyId. For more information, see Amazon EBS Encryption in
* the Amazon Elastic Compute Cloud User Guide.
*/
public void setEncrypted(Boolean encrypted) {
this.encrypted = encrypted;
}
/**
*
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an
* unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS
* is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId.
* For more information, see Amazon
* EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
*
*
* @return Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a
* copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The
* default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK
* using KmsKeyId. For more information, see Amazon EBS Encryption
* in the Amazon Elastic Compute Cloud User Guide.
*/
public Boolean getEncrypted() {
return this.encrypted;
}
/**
*
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an
* unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS
* is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId.
* For more information, see Amazon
* EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
*
*
* @param encrypted
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a
* copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The
* default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK
* using KmsKeyId. For more information, see Amazon EBS Encryption in
* the Amazon Elastic Compute Cloud User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withEncrypted(Boolean encrypted) {
setEncrypted(encrypted);
return this;
}
/**
*
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an
* unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default CMK for EBS
* is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK using KmsKeyId.
* For more information, see Amazon
* EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
*
*
* @return Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a
* copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The
* default CMK for EBS is used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK
* using KmsKeyId. For more information, see Amazon EBS Encryption
* in the Amazon Elastic Compute Cloud User Guide.
*/
public Boolean isEncrypted() {
return this.encrypted;
}
/**
*
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the
* encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not
* specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
* flag must also be set.
*
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name,
* prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even
* though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*
*
* @param kmsKeyId
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating
* the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this
* parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
* Encrypted flag must also be set.
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an
* alias name, prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete
* even though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*/
public void setKmsKeyId(String kmsKeyId) {
this.kmsKeyId = kmsKeyId;
}
/**
*
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the
* encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not
* specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
* flag must also be set.
*
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name,
* prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even
* though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*
*
* @return An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating
* the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this
* parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
* Encrypted flag must also be set.
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an
* alias name, prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete
* even though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*/
public String getKmsKeyId() {
return this.kmsKeyId;
}
/**
*
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the
* encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not
* specified, the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
* flag must also be set.
*
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name,
* prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even
* though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
*
*
* @param kmsKeyId
* An identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating
* the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this
* parameter is not specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
* Encrypted flag must also be set.
*
* To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an
* alias name, prefix it with "alias/". For example:
*
*
* -
*
* Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
*
*
* -
*
* Alias name: alias/ExampleAlias
*
*
* -
*
* Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
*
*
*
*
* AWS parses KmsKeyId asynchronously, meaning that the action you call may appear to complete
* even though you provided an invalid identifier. This action will eventually report failure.
*
*
* The specified CMK must exist in the Region that the snapshot is being copied to.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withKmsKeyId(String kmsKeyId) {
setKmsKeyId(kmsKeyId);
return this;
}
/**
*
* The name of the new AMI in the destination Region.
*
*
* @param name
* The name of the new AMI in the destination Region.
*/
public void setName(String name) {
this.name = name;
}
/**
*
* The name of the new AMI in the destination Region.
*
*
* @return The name of the new AMI in the destination Region.
*/
public String getName() {
return this.name;
}
/**
*
* The name of the new AMI in the destination Region.
*
*
* @param name
* The name of the new AMI in the destination Region.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withName(String name) {
setName(name);
return this;
}
/**
*
* The ID of the AMI to copy.
*
*
* @param sourceImageId
* The ID of the AMI to copy.
*/
public void setSourceImageId(String sourceImageId) {
this.sourceImageId = sourceImageId;
}
/**
*
* The ID of the AMI to copy.
*
*
* @return The ID of the AMI to copy.
*/
public String getSourceImageId() {
return this.sourceImageId;
}
/**
*
* The ID of the AMI to copy.
*
*
* @param sourceImageId
* The ID of the AMI to copy.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withSourceImageId(String sourceImageId) {
setSourceImageId(sourceImageId);
return this;
}
/**
*
* The name of the Region that contains the AMI to copy.
*
*
* @param sourceRegion
* The name of the Region that contains the AMI to copy.
*/
public void setSourceRegion(String sourceRegion) {
this.sourceRegion = sourceRegion;
}
/**
*
* The name of the Region that contains the AMI to copy.
*
*
* @return The name of the Region that contains the AMI to copy.
*/
public String getSourceRegion() {
return this.sourceRegion;
}
/**
*
* The name of the Region that contains the AMI to copy.
*
*
* @param sourceRegion
* The name of the Region that contains the AMI to copy.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CopyImageRequest withSourceRegion(String sourceRegion) {
setSourceRegion(sourceRegion);
return this;
}
/**
* This method is intended for internal use only. Returns the marshaled request configured with additional
* parameters to enable operation dry-run.
*/
@Override
public Request getDryRunRequest() {
Request request = new CopyImageRequestMarshaller().marshall(this);
request.addParameter("DryRun", Boolean.toString(true));
return request;
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getClientToken() != null)
sb.append("ClientToken: ").append(getClientToken()).append(",");
if (getDescription() != null)
sb.append("Description: ").append(getDescription()).append(",");
if (getEncrypted() != null)
sb.append("Encrypted: ").append(getEncrypted()).append(",");
if (getKmsKeyId() != null)
sb.append("KmsKeyId: ").append(getKmsKeyId()).append(",");
if (getName() != null)
sb.append("Name: ").append(getName()).append(",");
if (getSourceImageId() != null)
sb.append("SourceImageId: ").append(getSourceImageId()).append(",");
if (getSourceRegion() != null)
sb.append("SourceRegion: ").append(getSourceRegion());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof CopyImageRequest == false)
return false;
CopyImageRequest other = (CopyImageRequest) obj;
if (other.getClientToken() == null ^ this.getClientToken() == null)
return false;
if (other.getClientToken() != null && other.getClientToken().equals(this.getClientToken()) == false)
return false;
if (other.getDescription() == null ^ this.getDescription() == null)
return false;
if (other.getDescription() != null && other.getDescription().equals(this.getDescription()) == false)
return false;
if (other.getEncrypted() == null ^ this.getEncrypted() == null)
return false;
if (other.getEncrypted() != null && other.getEncrypted().equals(this.getEncrypted()) == false)
return false;
if (other.getKmsKeyId() == null ^ this.getKmsKeyId() == null)
return false;
if (other.getKmsKeyId() != null && other.getKmsKeyId().equals(this.getKmsKeyId()) == false)
return false;
if (other.getName() == null ^ this.getName() == null)
return false;
if (other.getName() != null && other.getName().equals(this.getName()) == false)
return false;
if (other.getSourceImageId() == null ^ this.getSourceImageId() == null)
return false;
if (other.getSourceImageId() != null && other.getSourceImageId().equals(this.getSourceImageId()) == false)
return false;
if (other.getSourceRegion() == null ^ this.getSourceRegion() == null)
return false;
if (other.getSourceRegion() != null && other.getSourceRegion().equals(this.getSourceRegion()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getClientToken() == null) ? 0 : getClientToken().hashCode());
hashCode = prime * hashCode + ((getDescription() == null) ? 0 : getDescription().hashCode());
hashCode = prime * hashCode + ((getEncrypted() == null) ? 0 : getEncrypted().hashCode());
hashCode = prime * hashCode + ((getKmsKeyId() == null) ? 0 : getKmsKeyId().hashCode());
hashCode = prime * hashCode + ((getName() == null) ? 0 : getName().hashCode());
hashCode = prime * hashCode + ((getSourceImageId() == null) ? 0 : getSourceImageId().hashCode());
hashCode = prime * hashCode + ((getSourceRegion() == null) ? 0 : getSourceRegion().hashCode());
return hashCode;
}
@Override
public CopyImageRequest clone() {
return (CopyImageRequest) super.clone();
}
}