@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddonInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about an add-on.
Constructor and Description |
---|
AddonInfo() |
Modifier and Type | Method and Description |
---|---|
AddonInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the add-on.
|
List<AddonVersionInfo> |
getAddonVersions()
An object representing information about available add-on versions and compatible Kubernetes versions.
|
MarketplaceInformation |
getMarketplaceInformation()
Information about the add-on from the Amazon Web Services Marketplace.
|
String |
getOwner()
The owner of the add-on.
|
String |
getPublisher()
The publisher of the add-on.
|
String |
getType()
The type of the add-on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
|
void |
setMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
|
void |
setOwner(String owner)
The owner of the add-on.
|
void |
setPublisher(String publisher)
The publisher of the add-on.
|
void |
setType(String type)
The type of the add-on.
|
String |
toString()
Returns a string representation of this object.
|
AddonInfo |
withAddonName(String addonName)
The name of the add-on.
|
AddonInfo |
withAddonVersions(AddonVersionInfo... addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
|
AddonInfo |
withAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
|
AddonInfo |
withMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
|
AddonInfo |
withOwner(String owner)
The owner of the add-on.
|
AddonInfo |
withPublisher(String publisher)
The publisher of the add-on.
|
AddonInfo |
withType(String type)
The type of the add-on.
|
public void setAddonName(String addonName)
The name of the add-on.
addonName
- The name of the add-on.public String getAddonName()
The name of the add-on.
public AddonInfo withAddonName(String addonName)
The name of the add-on.
addonName
- The name of the add-on.public void setType(String type)
The type of the add-on.
type
- The type of the add-on.public String getType()
The type of the add-on.
public AddonInfo withType(String type)
The type of the add-on.
type
- The type of the add-on.public List<AddonVersionInfo> getAddonVersions()
An object representing information about available add-on versions and compatible Kubernetes versions.
public void setAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
addonVersions
- An object representing information about available add-on versions and compatible Kubernetes versions.public AddonInfo withAddonVersions(AddonVersionInfo... addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
NOTE: This method appends the values to the existing list (if any). Use
setAddonVersions(java.util.Collection)
or withAddonVersions(java.util.Collection)
if you want
to override the existing values.
addonVersions
- An object representing information about available add-on versions and compatible Kubernetes versions.public AddonInfo withAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object representing information about available add-on versions and compatible Kubernetes versions.
addonVersions
- An object representing information about available add-on versions and compatible Kubernetes versions.public void setPublisher(String publisher)
The publisher of the add-on.
publisher
- The publisher of the add-on.public String getPublisher()
The publisher of the add-on.
public AddonInfo withPublisher(String publisher)
The publisher of the add-on.
publisher
- The publisher of the add-on.public void setOwner(String owner)
The owner of the add-on.
owner
- The owner of the add-on.public String getOwner()
The owner of the add-on.
public AddonInfo withOwner(String owner)
The owner of the add-on.
owner
- The owner of the add-on.public void setMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
marketplaceInformation
- Information about the add-on from the Amazon Web Services Marketplace.public MarketplaceInformation getMarketplaceInformation()
Information about the add-on from the Amazon Web Services Marketplace.
public AddonInfo withMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
marketplaceInformation
- Information about the add-on from the Amazon Web Services Marketplace.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.