@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceContentDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the source content data.
Constructor and Description |
---|
SourceContentDataDetails() |
Modifier and Type | Method and Description |
---|---|
SourceContentDataDetails |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the source content.
|
RankingData |
getRankingData()
Details about the source content ranking data.
|
TextData |
getTextData()
Details about the source content text data.
|
String |
getType()
The type of the source content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The identifier of the source content.
|
void |
setRankingData(RankingData rankingData)
Details about the source content ranking data.
|
void |
setTextData(TextData textData)
Details about the source content text data.
|
void |
setType(String type)
The type of the source content.
|
String |
toString()
Returns a string representation of this object.
|
SourceContentDataDetails |
withId(String id)
The identifier of the source content.
|
SourceContentDataDetails |
withRankingData(RankingData rankingData)
Details about the source content ranking data.
|
SourceContentDataDetails |
withTextData(TextData textData)
Details about the source content text data.
|
SourceContentDataDetails |
withType(SourceContentType type)
The type of the source content.
|
SourceContentDataDetails |
withType(String type)
The type of the source content.
|
public void setId(String id)
The identifier of the source content.
id
- The identifier of the source content.public String getId()
The identifier of the source content.
public SourceContentDataDetails withId(String id)
The identifier of the source content.
id
- The identifier of the source content.public void setRankingData(RankingData rankingData)
Details about the source content ranking data.
rankingData
- Details about the source content ranking data.public RankingData getRankingData()
Details about the source content ranking data.
public SourceContentDataDetails withRankingData(RankingData rankingData)
Details about the source content ranking data.
rankingData
- Details about the source content ranking data.public void setTextData(TextData textData)
Details about the source content text data.
textData
- Details about the source content text data.public TextData getTextData()
Details about the source content text data.
public SourceContentDataDetails withTextData(TextData textData)
Details about the source content text data.
textData
- Details about the source content text data.public void setType(String type)
The type of the source content.
type
- The type of the source content.SourceContentType
public String getType()
The type of the source content.
SourceContentType
public SourceContentDataDetails withType(String type)
The type of the source content.
type
- The type of the source content.SourceContentType
public SourceContentDataDetails withType(SourceContentType type)
The type of the source content.
type
- The type of the source content.SourceContentType
public String toString()
toString
in class Object
Object.toString()
public SourceContentDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.