@Generated(value="software.amazon.awssdk:codegen") public final class DestinationBackup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationBackup.Builder,DestinationBackup>
Modifier and Type | Class and Description |
---|---|
static interface |
DestinationBackup.Builder |
Modifier and Type | Method and Description |
---|---|
static DestinationBackup.Builder |
builder() |
Instant |
createTimestamp()
Returns the value of the CreateTimestamp property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationBackup.Builder> |
serializableBuilderClass() |
String |
sourceBackup()
Returns the value of the SourceBackup property for this object.
|
String |
sourceCluster()
Returns the value of the SourceCluster property for this object.
|
String |
sourceRegion()
Returns the value of the SourceRegion property for this object.
|
DestinationBackup.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Instant createTimestamp()
public String sourceRegion()
public String sourceBackup()
public String sourceCluster()
public DestinationBackup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DestinationBackup.Builder,DestinationBackup>
public static DestinationBackup.Builder builder()
public static Class<? extends DestinationBackup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.