@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MarketplaceInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
| Constructor and Description |
|---|
MarketplaceInformation() |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceInformation |
clone() |
boolean |
equals(Object obj) |
String |
getProductId()
The product ID from the Amazon Web Services Marketplace.
|
String |
getProductUrl()
The product URL from the Amazon Web Services Marketplace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProductId(String productId)
The product ID from the Amazon Web Services Marketplace.
|
void |
setProductUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
|
String |
toString()
Returns a string representation of this object.
|
MarketplaceInformation |
withProductId(String productId)
The product ID from the Amazon Web Services Marketplace.
|
MarketplaceInformation |
withProductUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
|
public void setProductId(String productId)
The product ID from the Amazon Web Services Marketplace.
productId - The product ID from the Amazon Web Services Marketplace.public String getProductId()
The product ID from the Amazon Web Services Marketplace.
public MarketplaceInformation withProductId(String productId)
The product ID from the Amazon Web Services Marketplace.
productId - The product ID from the Amazon Web Services Marketplace.public void setProductUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
productUrl - The product URL from the Amazon Web Services Marketplace.public String getProductUrl()
The product URL from the Amazon Web Services Marketplace.
public MarketplaceInformation withProductUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
productUrl - The product URL from the Amazon Web Services Marketplace.public String toString()
toString in class ObjectObject.toString()public MarketplaceInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.