@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes the destination of a record.
Constructor and Description |
---|
DestinationInfo() |
Modifier and Type | Method and Description |
---|---|
DestinationInfo |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the resource created at the destination.
|
String |
getService()
The destination service of the record.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the resource created at the destination.
|
void |
setService(String service)
The destination service of the record.
|
String |
toString()
Returns a string representation of this object.
|
DestinationInfo |
withId(String id)
The ID of the resource created at the destination.
|
DestinationInfo |
withService(String service)
The destination service of the record.
|
public void setId(String id)
The ID of the resource created at the destination.
id
- The ID of the resource created at the destination.public String getId()
The ID of the resource created at the destination.
public DestinationInfo withId(String id)
The ID of the resource created at the destination.
id
- The ID of the resource created at the destination.public void setService(String service)
The destination service of the record.
service
- The destination service of the record.public String getService()
The destination service of the record.
public DestinationInfo withService(String service)
The destination service of the record.
service
- The destination service of the record.public String toString()
toString
in class Object
Object.toString()
public DestinationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.