@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataProductSummary extends Object implements Serializable, Cloneable, StructuredPojo
Object that contains summarized information about a data product.
| Constructor and Description |
|---|
DataProductSummary() |
| Modifier and Type | Method and Description |
|---|---|
DataProductSummary |
clone() |
boolean |
equals(Object obj) |
String |
getProductTitle()
The title of the data product.
|
String |
getVisibility()
The lifecycle of the data product.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProductTitle(String productTitle)
The title of the data product.
|
void |
setVisibility(String visibility)
The lifecycle of the data product.
|
String |
toString()
Returns a string representation of this object.
|
DataProductSummary |
withProductTitle(String productTitle)
The title of the data product.
|
DataProductSummary |
withVisibility(DataProductVisibilityString visibility)
The lifecycle of the data product.
|
DataProductSummary |
withVisibility(String visibility)
The lifecycle of the data product.
|
public void setProductTitle(String productTitle)
The title of the data product.
productTitle - The title of the data product.public String getProductTitle()
The title of the data product.
public DataProductSummary withProductTitle(String productTitle)
The title of the data product.
productTitle - The title of the data product.public void setVisibility(String visibility)
The lifecycle of the data product.
visibility - The lifecycle of the data product.DataProductVisibilityStringpublic String getVisibility()
The lifecycle of the data product.
DataProductVisibilityStringpublic DataProductSummary withVisibility(String visibility)
The lifecycle of the data product.
visibility - The lifecycle of the data product.DataProductVisibilityStringpublic DataProductSummary withVisibility(DataProductVisibilityString visibility)
The lifecycle of the data product.
visibility - The lifecycle of the data product.DataProductVisibilityStringpublic String toString()
toString in class ObjectObject.toString()public DataProductSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.