@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalModelDataSource extends Object implements Serializable, Cloneable, StructuredPojo
Data sources that are available to your model in addition to the one that you specify for
ModelDataSource
when you use the CreateModel
action.
Constructor and Description |
---|
AdditionalModelDataSource() |
Modifier and Type | Method and Description |
---|---|
AdditionalModelDataSource |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
A custom name for this
AdditionalModelDataSource object. |
S3ModelDataSource |
getS3DataSource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelName(String channelName)
A custom name for this
AdditionalModelDataSource object. |
void |
setS3DataSource(S3ModelDataSource s3DataSource) |
String |
toString()
Returns a string representation of this object.
|
AdditionalModelDataSource |
withChannelName(String channelName)
A custom name for this
AdditionalModelDataSource object. |
AdditionalModelDataSource |
withS3DataSource(S3ModelDataSource s3DataSource) |
public void setChannelName(String channelName)
A custom name for this AdditionalModelDataSource
object.
channelName
- A custom name for this AdditionalModelDataSource
object.public String getChannelName()
A custom name for this AdditionalModelDataSource
object.
AdditionalModelDataSource
object.public AdditionalModelDataSource withChannelName(String channelName)
A custom name for this AdditionalModelDataSource
object.
channelName
- A custom name for this AdditionalModelDataSource
object.public void setS3DataSource(S3ModelDataSource s3DataSource)
s3DataSource
- public S3ModelDataSource getS3DataSource()
public AdditionalModelDataSource withS3DataSource(S3ModelDataSource s3DataSource)
s3DataSource
- public String toString()
toString
in class Object
Object.toString()
public AdditionalModelDataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.