ToCopyableBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>
@Generated("software.amazon.awssdk:codegen") public class ImportSnapshotResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>
Contains the output for ImportSnapshot.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImportSnapshotResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ImportSnapshotResponse.Builder |
builder() |
|
String |
description() |
A description of the import snapshot task.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
importTaskId() |
The ID of the import snapshot task.
|
static Class<? extends ImportSnapshotResponse.Builder> |
serializableBuilderClass() |
|
SnapshotTaskDetail |
snapshotTaskDetail() |
Information about the import snapshot task.
|
ImportSnapshotResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String description()
A description of the import snapshot task.
public String importTaskId()
The ID of the import snapshot task.
public SnapshotTaskDetail snapshotTaskDetail()
Information about the import snapshot task.
public ImportSnapshotResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>
public static ImportSnapshotResponse.Builder builder()
public static Class<? extends ImportSnapshotResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.