@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OriginDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the origin of the data set.
| Constructor and Description |
|---|
OriginDetails() |
| Modifier and Type | Method and Description |
|---|---|
OriginDetails |
clone() |
boolean |
equals(Object obj) |
String |
getProductId()
The product ID of the origin of the data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProductId(String productId)
The product ID of the origin of the data set.
|
String |
toString()
Returns a string representation of this object.
|
OriginDetails |
withProductId(String productId)
The product ID of the origin of the data set.
|
public void setProductId(String productId)
The product ID of the origin of the data set.
productId - The product ID of the origin of the data set.public String getProductId()
The product ID of the origin of the data set.
public OriginDetails withProductId(String productId)
The product ID of the origin of the data set.
productId - The product ID of the origin of the data set.public String toString()
toString in class ObjectObject.toString()public OriginDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.