@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetReference extends Object implements Serializable, Cloneable, StructuredPojo
Dataset reference.
Constructor and Description |
---|
DataSetReference() |
Modifier and Type | Method and Description |
---|---|
DataSetReference |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetArn()
Dataset Amazon Resource Name (ARN).
|
String |
getDataSetPlaceholder()
Dataset placeholder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSetArn(String dataSetArn)
Dataset Amazon Resource Name (ARN).
|
void |
setDataSetPlaceholder(String dataSetPlaceholder)
Dataset placeholder.
|
String |
toString()
Returns a string representation of this object.
|
DataSetReference |
withDataSetArn(String dataSetArn)
Dataset Amazon Resource Name (ARN).
|
DataSetReference |
withDataSetPlaceholder(String dataSetPlaceholder)
Dataset placeholder.
|
public void setDataSetPlaceholder(String dataSetPlaceholder)
Dataset placeholder.
dataSetPlaceholder
- Dataset placeholder.public String getDataSetPlaceholder()
Dataset placeholder.
public DataSetReference withDataSetPlaceholder(String dataSetPlaceholder)
Dataset placeholder.
dataSetPlaceholder
- Dataset placeholder.public void setDataSetArn(String dataSetArn)
Dataset Amazon Resource Name (ARN).
dataSetArn
- Dataset Amazon Resource Name (ARN).public String getDataSetArn()
Dataset Amazon Resource Name (ARN).
public DataSetReference withDataSetArn(String dataSetArn)
Dataset Amazon Resource Name (ARN).
dataSetArn
- Dataset Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public DataSetReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.