/* * Copyright 2018-2023 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.lightsail.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Describes an instance snapshot. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class InstanceSnapshot implements Serializable, Cloneable, StructuredPojo { /** ** The name of the snapshot. *
*/ private String name; /** *
* The Amazon Resource Name (ARN) of the snapshot (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
).
*
* The support code. Include this code in your email to support when you have questions about an instance or another * resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. *
*/ private String supportCode; /** *
* The timestamp when the snapshot was created (e.g., 1479907467.024
).
*
* The region name and Availability Zone where you created the snapshot. *
*/ private ResourceLocation location; /** *
* The type of resource (usually InstanceSnapshot
).
*
* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer * Guide. *
*/ private java.util.List* The state the snapshot is in. *
*/ private String state; /** ** The progress of the snapshot. *
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* An array of disk objects containing information about all block storage disks. *
*/ private java.util.List* The instance from which the snapshot was created. *
*/ private String fromInstanceName; /** *
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*
* The blueprint ID from which you created the snapshot (e.g., os_debian_8_3
). A blueprint is a virtual
* private server (or instance) image used to create instances quickly.
*
* The bundle ID from which you created the snapshot (e.g., micro_1_0
).
*
* A Boolean value indicating whether the snapshot was created from an automatic snapshot. *
*/ private Boolean isFromAutoSnapshot; /** ** The size in GB of the SSD. *
*/ private Integer sizeInGb; /** ** The name of the snapshot. *
* * @param name * The name of the snapshot. */ public void setName(String name) { this.name = name; } /** ** The name of the snapshot. *
* * @return The name of the snapshot. */ public String getName() { return this.name; } /** ** The name of the snapshot. *
* * @param name * The name of the snapshot. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withName(String name) { setName(name); return this; } /** *
* The Amazon Resource Name (ARN) of the snapshot (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
* ).
*/
public void setArn(String arn) {
this.arn = arn;
}
/**
*
* The Amazon Resource Name (ARN) of the snapshot (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
* ).
*/
public String getArn() {
return this.arn;
}
/**
*
* The Amazon Resource Name (ARN) of the snapshot (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE
* ).
* @return Returns a reference to this object so that method calls can be chained together.
*/
public InstanceSnapshot withArn(String arn) {
setArn(arn);
return this;
}
/**
* * The support code. Include this code in your email to support when you have questions about an instance or another * resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. *
* * @param supportCode * The support code. Include this code in your email to support when you have questions about an instance or * another resource in Lightsail. This code enables our support team to look up your Lightsail information * more easily. */ public void setSupportCode(String supportCode) { this.supportCode = supportCode; } /** ** The support code. Include this code in your email to support when you have questions about an instance or another * resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. *
* * @return The support code. Include this code in your email to support when you have questions about an instance or * another resource in Lightsail. This code enables our support team to look up your Lightsail information * more easily. */ public String getSupportCode() { return this.supportCode; } /** ** The support code. Include this code in your email to support when you have questions about an instance or another * resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. *
* * @param supportCode * The support code. Include this code in your email to support when you have questions about an instance or * another resource in Lightsail. This code enables our support team to look up your Lightsail information * more easily. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withSupportCode(String supportCode) { setSupportCode(supportCode); return this; } /** *
* The timestamp when the snapshot was created (e.g., 1479907467.024
).
*
1479907467.024
).
*/
public void setCreatedAt(java.util.Date createdAt) {
this.createdAt = createdAt;
}
/**
*
* The timestamp when the snapshot was created (e.g., 1479907467.024
).
*
1479907467.024
).
*/
public java.util.Date getCreatedAt() {
return this.createdAt;
}
/**
*
* The timestamp when the snapshot was created (e.g., 1479907467.024
).
*
1479907467.024
).
* @return Returns a reference to this object so that method calls can be chained together.
*/
public InstanceSnapshot withCreatedAt(java.util.Date createdAt) {
setCreatedAt(createdAt);
return this;
}
/**
* * The region name and Availability Zone where you created the snapshot. *
* * @param location * The region name and Availability Zone where you created the snapshot. */ public void setLocation(ResourceLocation location) { this.location = location; } /** ** The region name and Availability Zone where you created the snapshot. *
* * @return The region name and Availability Zone where you created the snapshot. */ public ResourceLocation getLocation() { return this.location; } /** ** The region name and Availability Zone where you created the snapshot. *
* * @param location * The region name and Availability Zone where you created the snapshot. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withLocation(ResourceLocation location) { setLocation(location); return this; } /** *
* The type of resource (usually InstanceSnapshot
).
*
InstanceSnapshot
).
* @see ResourceType
*/
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
/**
*
* The type of resource (usually InstanceSnapshot
).
*
InstanceSnapshot
).
* @see ResourceType
*/
public String getResourceType() {
return this.resourceType;
}
/**
*
* The type of resource (usually InstanceSnapshot
).
*
InstanceSnapshot
).
* @return Returns a reference to this object so that method calls can be chained together.
* @see ResourceType
*/
public InstanceSnapshot withResourceType(String resourceType) {
setResourceType(resourceType);
return this;
}
/**
*
* The type of resource (usually InstanceSnapshot
).
*
InstanceSnapshot
).
* @see ResourceType
*/
public void setResourceType(ResourceType resourceType) {
withResourceType(resourceType);
}
/**
*
* The type of resource (usually InstanceSnapshot
).
*
InstanceSnapshot
).
* @return Returns a reference to this object so that method calls can be chained together.
* @see ResourceType
*/
public InstanceSnapshot withResourceType(ResourceType resourceType) {
this.resourceType = resourceType.toString();
return this;
}
/**
* * The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer * Guide. *
* * @return The tag keys and optional values for the resource. For more information about tags in Lightsail, see the * Amazon Lightsail * Developer Guide. */ public java.util.List* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer * Guide. *
* * @param tags * The tag keys and optional values for the resource. For more information about tags in Lightsail, see the * Amazon Lightsail * Developer Guide. */ public void setTags(java.util.Collection* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer * Guide. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the * existing values. *
* * @param tags * The tag keys and optional values for the resource. For more information about tags in Lightsail, see the * Amazon Lightsail * Developer Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withTags(Tag... tags) { if (this.tags == null) { setTags(new java.util.ArrayList* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer * Guide. *
* * @param tags * The tag keys and optional values for the resource. For more information about tags in Lightsail, see the * Amazon Lightsail * Developer Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withTags(java.util.Collection* The state the snapshot is in. *
* * @param state * The state the snapshot is in. * @see InstanceSnapshotState */ public void setState(String state) { this.state = state; } /** ** The state the snapshot is in. *
* * @return The state the snapshot is in. * @see InstanceSnapshotState */ public String getState() { return this.state; } /** ** The state the snapshot is in. *
* * @param state * The state the snapshot is in. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceSnapshotState */ public InstanceSnapshot withState(String state) { setState(state); return this; } /** ** The state the snapshot is in. *
* * @param state * The state the snapshot is in. * @see InstanceSnapshotState */ public void setState(InstanceSnapshotState state) { withState(state); } /** ** The state the snapshot is in. *
* * @param state * The state the snapshot is in. * @return Returns a reference to this object so that method calls can be chained together. * @see InstanceSnapshotState */ public InstanceSnapshot withState(InstanceSnapshotState state) { this.state = state.toString(); return this; } /** ** The progress of the snapshot. *
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* The progress of the snapshot. *
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* The progress of the snapshot. *
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* This is populated only for disk snapshots, and is null
for instance snapshots.
*
* An array of disk objects containing information about all block storage disks. *
* * @return An array of disk objects containing information about all block storage disks. */ public java.util.List* An array of disk objects containing information about all block storage disks. *
* * @param fromAttachedDisks * An array of disk objects containing information about all block storage disks. */ public void setFromAttachedDisks(java.util.Collection* An array of disk objects containing information about all block storage disks. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFromAttachedDisks(java.util.Collection)} or {@link #withFromAttachedDisks(java.util.Collection)} if * you want to override the existing values. *
* * @param fromAttachedDisks * An array of disk objects containing information about all block storage disks. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withFromAttachedDisks(Disk... fromAttachedDisks) { if (this.fromAttachedDisks == null) { setFromAttachedDisks(new java.util.ArrayList* An array of disk objects containing information about all block storage disks. *
* * @param fromAttachedDisks * An array of disk objects containing information about all block storage disks. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withFromAttachedDisks(java.util.Collection* The instance from which the snapshot was created. *
* * @param fromInstanceName * The instance from which the snapshot was created. */ public void setFromInstanceName(String fromInstanceName) { this.fromInstanceName = fromInstanceName; } /** ** The instance from which the snapshot was created. *
* * @return The instance from which the snapshot was created. */ public String getFromInstanceName() { return this.fromInstanceName; } /** ** The instance from which the snapshot was created. *
* * @param fromInstanceName * The instance from which the snapshot was created. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withFromInstanceName(String fromInstanceName) { setFromInstanceName(fromInstanceName); return this; } /** *
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*/
public void setFromInstanceArn(String fromInstanceArn) {
this.fromInstanceArn = fromInstanceArn;
}
/**
*
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*/
public String getFromInstanceArn() {
return this.fromInstanceArn;
}
/**
*
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g.,
* arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
*
arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE
).
* @return Returns a reference to this object so that method calls can be chained together.
*/
public InstanceSnapshot withFromInstanceArn(String fromInstanceArn) {
setFromInstanceArn(fromInstanceArn);
return this;
}
/**
*
* The blueprint ID from which you created the snapshot (e.g., os_debian_8_3
). A blueprint is a virtual
* private server (or instance) image used to create instances quickly.
*
os_debian_8_3
). A blueprint is a
* virtual private server (or instance) image used to create instances quickly.
*/
public void setFromBlueprintId(String fromBlueprintId) {
this.fromBlueprintId = fromBlueprintId;
}
/**
*
* The blueprint ID from which you created the snapshot (e.g., os_debian_8_3
). A blueprint is a virtual
* private server (or instance) image used to create instances quickly.
*
os_debian_8_3
). A blueprint is a
* virtual private server (or instance) image used to create instances quickly.
*/
public String getFromBlueprintId() {
return this.fromBlueprintId;
}
/**
*
* The blueprint ID from which you created the snapshot (e.g., os_debian_8_3
). A blueprint is a virtual
* private server (or instance) image used to create instances quickly.
*
os_debian_8_3
). A blueprint is a
* virtual private server (or instance) image used to create instances quickly.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public InstanceSnapshot withFromBlueprintId(String fromBlueprintId) {
setFromBlueprintId(fromBlueprintId);
return this;
}
/**
*
* The bundle ID from which you created the snapshot (e.g., micro_1_0
).
*
micro_1_0
).
*/
public void setFromBundleId(String fromBundleId) {
this.fromBundleId = fromBundleId;
}
/**
*
* The bundle ID from which you created the snapshot (e.g., micro_1_0
).
*
micro_1_0
).
*/
public String getFromBundleId() {
return this.fromBundleId;
}
/**
*
* The bundle ID from which you created the snapshot (e.g., micro_1_0
).
*
micro_1_0
).
* @return Returns a reference to this object so that method calls can be chained together.
*/
public InstanceSnapshot withFromBundleId(String fromBundleId) {
setFromBundleId(fromBundleId);
return this;
}
/**
* * A Boolean value indicating whether the snapshot was created from an automatic snapshot. *
* * @param isFromAutoSnapshot * A Boolean value indicating whether the snapshot was created from an automatic snapshot. */ public void setIsFromAutoSnapshot(Boolean isFromAutoSnapshot) { this.isFromAutoSnapshot = isFromAutoSnapshot; } /** ** A Boolean value indicating whether the snapshot was created from an automatic snapshot. *
* * @return A Boolean value indicating whether the snapshot was created from an automatic snapshot. */ public Boolean getIsFromAutoSnapshot() { return this.isFromAutoSnapshot; } /** ** A Boolean value indicating whether the snapshot was created from an automatic snapshot. *
* * @param isFromAutoSnapshot * A Boolean value indicating whether the snapshot was created from an automatic snapshot. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withIsFromAutoSnapshot(Boolean isFromAutoSnapshot) { setIsFromAutoSnapshot(isFromAutoSnapshot); return this; } /** ** A Boolean value indicating whether the snapshot was created from an automatic snapshot. *
* * @return A Boolean value indicating whether the snapshot was created from an automatic snapshot. */ public Boolean isFromAutoSnapshot() { return this.isFromAutoSnapshot; } /** ** The size in GB of the SSD. *
* * @param sizeInGb * The size in GB of the SSD. */ public void setSizeInGb(Integer sizeInGb) { this.sizeInGb = sizeInGb; } /** ** The size in GB of the SSD. *
* * @return The size in GB of the SSD. */ public Integer getSizeInGb() { return this.sizeInGb; } /** ** The size in GB of the SSD. *
* * @param sizeInGb * The size in GB of the SSD. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceSnapshot withSizeInGb(Integer sizeInGb) { setSizeInGb(sizeInGb); return this; } /** * 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 (getName() != null) sb.append("Name: ").append(getName()).append(","); if (getArn() != null) sb.append("Arn: ").append(getArn()).append(","); if (getSupportCode() != null) sb.append("SupportCode: ").append(getSupportCode()).append(","); if (getCreatedAt() != null) sb.append("CreatedAt: ").append(getCreatedAt()).append(","); if (getLocation() != null) sb.append("Location: ").append(getLocation()).append(","); if (getResourceType() != null) sb.append("ResourceType: ").append(getResourceType()).append(","); if (getTags() != null) sb.append("Tags: ").append(getTags()).append(","); if (getState() != null) sb.append("State: ").append(getState()).append(","); if (getProgress() != null) sb.append("Progress: ").append(getProgress()).append(","); if (getFromAttachedDisks() != null) sb.append("FromAttachedDisks: ").append(getFromAttachedDisks()).append(","); if (getFromInstanceName() != null) sb.append("FromInstanceName: ").append(getFromInstanceName()).append(","); if (getFromInstanceArn() != null) sb.append("FromInstanceArn: ").append(getFromInstanceArn()).append(","); if (getFromBlueprintId() != null) sb.append("FromBlueprintId: ").append(getFromBlueprintId()).append(","); if (getFromBundleId() != null) sb.append("FromBundleId: ").append(getFromBundleId()).append(","); if (getIsFromAutoSnapshot() != null) sb.append("IsFromAutoSnapshot: ").append(getIsFromAutoSnapshot()).append(","); if (getSizeInGb() != null) sb.append("SizeInGb: ").append(getSizeInGb()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof InstanceSnapshot == false) return false; InstanceSnapshot other = (InstanceSnapshot) obj; if (other.getName() == null ^ this.getName() == null) return false; if (other.getName() != null && other.getName().equals(this.getName()) == false) return false; if (other.getArn() == null ^ this.getArn() == null) return false; if (other.getArn() != null && other.getArn().equals(this.getArn()) == false) return false; if (other.getSupportCode() == null ^ this.getSupportCode() == null) return false; if (other.getSupportCode() != null && other.getSupportCode().equals(this.getSupportCode()) == false) return false; if (other.getCreatedAt() == null ^ this.getCreatedAt() == null) return false; if (other.getCreatedAt() != null && other.getCreatedAt().equals(this.getCreatedAt()) == false) return false; if (other.getLocation() == null ^ this.getLocation() == null) return false; if (other.getLocation() != null && other.getLocation().equals(this.getLocation()) == false) return false; if (other.getResourceType() == null ^ this.getResourceType() == null) return false; if (other.getResourceType() != null && other.getResourceType().equals(this.getResourceType()) == false) return false; if (other.getTags() == null ^ this.getTags() == null) return false; if (other.getTags() != null && other.getTags().equals(this.getTags()) == false) return false; if (other.getState() == null ^ this.getState() == null) return false; if (other.getState() != null && other.getState().equals(this.getState()) == false) return false; if (other.getProgress() == null ^ this.getProgress() == null) return false; if (other.getProgress() != null && other.getProgress().equals(this.getProgress()) == false) return false; if (other.getFromAttachedDisks() == null ^ this.getFromAttachedDisks() == null) return false; if (other.getFromAttachedDisks() != null && other.getFromAttachedDisks().equals(this.getFromAttachedDisks()) == false) return false; if (other.getFromInstanceName() == null ^ this.getFromInstanceName() == null) return false; if (other.getFromInstanceName() != null && other.getFromInstanceName().equals(this.getFromInstanceName()) == false) return false; if (other.getFromInstanceArn() == null ^ this.getFromInstanceArn() == null) return false; if (other.getFromInstanceArn() != null && other.getFromInstanceArn().equals(this.getFromInstanceArn()) == false) return false; if (other.getFromBlueprintId() == null ^ this.getFromBlueprintId() == null) return false; if (other.getFromBlueprintId() != null && other.getFromBlueprintId().equals(this.getFromBlueprintId()) == false) return false; if (other.getFromBundleId() == null ^ this.getFromBundleId() == null) return false; if (other.getFromBundleId() != null && other.getFromBundleId().equals(this.getFromBundleId()) == false) return false; if (other.getIsFromAutoSnapshot() == null ^ this.getIsFromAutoSnapshot() == null) return false; if (other.getIsFromAutoSnapshot() != null && other.getIsFromAutoSnapshot().equals(this.getIsFromAutoSnapshot()) == false) return false; if (other.getSizeInGb() == null ^ this.getSizeInGb() == null) return false; if (other.getSizeInGb() != null && other.getSizeInGb().equals(this.getSizeInGb()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getName() == null) ? 0 : getName().hashCode()); hashCode = prime * hashCode + ((getArn() == null) ? 0 : getArn().hashCode()); hashCode = prime * hashCode + ((getSupportCode() == null) ? 0 : getSupportCode().hashCode()); hashCode = prime * hashCode + ((getCreatedAt() == null) ? 0 : getCreatedAt().hashCode()); hashCode = prime * hashCode + ((getLocation() == null) ? 0 : getLocation().hashCode()); hashCode = prime * hashCode + ((getResourceType() == null) ? 0 : getResourceType().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); hashCode = prime * hashCode + ((getState() == null) ? 0 : getState().hashCode()); hashCode = prime * hashCode + ((getProgress() == null) ? 0 : getProgress().hashCode()); hashCode = prime * hashCode + ((getFromAttachedDisks() == null) ? 0 : getFromAttachedDisks().hashCode()); hashCode = prime * hashCode + ((getFromInstanceName() == null) ? 0 : getFromInstanceName().hashCode()); hashCode = prime * hashCode + ((getFromInstanceArn() == null) ? 0 : getFromInstanceArn().hashCode()); hashCode = prime * hashCode + ((getFromBlueprintId() == null) ? 0 : getFromBlueprintId().hashCode()); hashCode = prime * hashCode + ((getFromBundleId() == null) ? 0 : getFromBundleId().hashCode()); hashCode = prime * hashCode + ((getIsFromAutoSnapshot() == null) ? 0 : getIsFromAutoSnapshot().hashCode()); hashCode = prime * hashCode + ((getSizeInGb() == null) ? 0 : getSizeInGb().hashCode()); return hashCode; } @Override public InstanceSnapshot clone() { try { return (InstanceSnapshot) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.lightsail.model.transform.InstanceSnapshotMarshaller.getInstance().marshall(this, protocolMarshaller); } }