@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 that represents information about available add-on versions and compatible Kubernetes versions.
|
String |
getType()
The type of the add-on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object that represents information about available add-on versions and compatible Kubernetes versions.
|
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 that represents information about available add-on versions and compatible Kubernetes versions.
|
AddonInfo |
withAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object that represents information about available add-on versions and compatible Kubernetes versions.
|
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 that represents information about available add-on versions and compatible Kubernetes versions.
public void setAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object that represents information about available add-on versions and compatible Kubernetes versions.
addonVersions - An object that represents information about available add-on versions and compatible Kubernetes versions.public AddonInfo withAddonVersions(AddonVersionInfo... addonVersions)
An object that represents 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 that represents information about available add-on versions and compatible Kubernetes versions.public AddonInfo withAddonVersions(Collection<AddonVersionInfo> addonVersions)
An object that represents information about available add-on versions and compatible Kubernetes versions.
addonVersions - An object that represents information about available add-on versions and compatible Kubernetes versions.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.