@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingDataSource extends Object implements Serializable, Cloneable, StructuredPojo
The training data source.
Constructor and Description |
---|
TrainingDataSource() |
Modifier and Type | Method and Description |
---|---|
TrainingDataSource |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
The data access role ARN for the training data source.
|
String |
getDataLocation()
The data location of the training data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The data access role ARN for the training data source.
|
void |
setDataLocation(String dataLocation)
The data location of the training data source.
|
String |
toString()
Returns a string representation of this object.
|
TrainingDataSource |
withDataAccessRoleArn(String dataAccessRoleArn)
The data access role ARN for the training data source.
|
TrainingDataSource |
withDataLocation(String dataLocation)
The data location of the training data source.
|
public void setDataLocation(String dataLocation)
The data location of the training data source.
dataLocation
- The data location of the training data source.public String getDataLocation()
The data location of the training data source.
public TrainingDataSource withDataLocation(String dataLocation)
The data location of the training data source.
dataLocation
- The data location of the training data source.public void setDataAccessRoleArn(String dataAccessRoleArn)
The data access role ARN for the training data source.
dataAccessRoleArn
- The data access role ARN for the training data source.public String getDataAccessRoleArn()
The data access role ARN for the training data source.
public TrainingDataSource withDataAccessRoleArn(String dataAccessRoleArn)
The data access role ARN for the training data source.
dataAccessRoleArn
- The data access role ARN for the training data source.public String toString()
toString
in class Object
Object.toString()
public TrainingDataSource 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.