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