@Generated(value="software.amazon.awssdk:codegen") public final class DestinationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationInfo.Builder,DestinationInfo>
Describes the destination of a record.
Modifier and Type | Class and Description |
---|---|
static interface |
DestinationInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static DestinationInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the resource created at the destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationInfo.Builder> |
serializableBuilderClass() |
String |
service()
The destination service of the record.
|
DestinationInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The ID of the resource created at the destination.
public String service()
The destination service of the record.
public DestinationInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DestinationInfo.Builder,DestinationInfo>
public static DestinationInfo.Builder builder()
public static Class<? extends DestinationInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.