@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DistributeDataset extends Object implements Serializable, Cloneable, StructuredPojo
A training dataset or a test dataset used in a dataset distribution operation. For more information, see DistributeDatasetEntries.
Constructor and Description |
---|
DistributeDataset() |
Modifier and Type | Method and Description |
---|---|
DistributeDataset |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the dataset that you want to use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the dataset that you want to use.
|
String |
toString()
Returns a string representation of this object.
|
DistributeDataset |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset that you want to use.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the dataset that you want to use.
arn
- The Amazon Resource Name (ARN) of the dataset that you want to use.public String getArn()
The Amazon Resource Name (ARN) of the dataset that you want to use.
public DistributeDataset withArn(String arn)
The Amazon Resource Name (ARN) of the dataset that you want to use.
arn
- The Amazon Resource Name (ARN) of the dataset that you want to use.public String toString()
toString
in class Object
Object.toString()
public DistributeDataset clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.