@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputLocationRef extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
OutputLocationRef() |
Modifier and Type | Method and Description |
---|---|
OutputLocationRef |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationRefId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationRefId(String destinationRefId) |
String |
toString()
Returns a string representation of this object.
|
OutputLocationRef |
withDestinationRefId(String destinationRefId) |
public void setDestinationRefId(String destinationRefId)
destinationRefId
- public String getDestinationRefId()
public OutputLocationRef withDestinationRefId(String destinationRefId)
destinationRefId
- public String toString()
toString
in class Object
Object.toString()
public OutputLocationRef clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.