@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmiProductSummary extends Object implements Serializable, Cloneable, StructuredPojo
Object that contains summarized information about an AMI product.
Constructor and Description |
---|
AmiProductSummary() |
Modifier and Type | Method and Description |
---|---|
AmiProductSummary |
clone() |
boolean |
equals(Object obj) |
String |
getProductTitle()
The title of the AMI product.
|
String |
getVisibility()
The lifecycle of the AMI product.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProductTitle(String productTitle)
The title of the AMI product.
|
void |
setVisibility(String visibility)
The lifecycle of the AMI product.
|
String |
toString()
Returns a string representation of this object.
|
AmiProductSummary |
withProductTitle(String productTitle)
The title of the AMI product.
|
AmiProductSummary |
withVisibility(AmiProductVisibilityString visibility)
The lifecycle of the AMI product.
|
AmiProductSummary |
withVisibility(String visibility)
The lifecycle of the AMI product.
|
public void setProductTitle(String productTitle)
The title of the AMI product.
productTitle
- The title of the AMI product.public String getProductTitle()
The title of the AMI product.
public AmiProductSummary withProductTitle(String productTitle)
The title of the AMI product.
productTitle
- The title of the AMI product.public void setVisibility(String visibility)
The lifecycle of the AMI product.
visibility
- The lifecycle of the AMI product.AmiProductVisibilityString
public String getVisibility()
The lifecycle of the AMI product.
AmiProductVisibilityString
public AmiProductSummary withVisibility(String visibility)
The lifecycle of the AMI product.
visibility
- The lifecycle of the AMI product.AmiProductVisibilityString
public AmiProductSummary withVisibility(AmiProductVisibilityString visibility)
The lifecycle of the AMI product.
visibility
- The lifecycle of the AMI product.AmiProductVisibilityString
public String toString()
toString
in class Object
Object.toString()
public AmiProductSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.