@Generated(value="software.amazon.awssdk:codegen") public final class AddonInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddonInfo.Builder,AddonInfo>
Information about an add-on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddonInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonName()
The name of the add-on.
|
List<AddonVersionInfo> |
addonVersions()
An object that represents information about available add-on versions and compatible Kubernetes versions.
|
static AddonInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAddonVersions()
Returns true if the AddonVersions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddonInfo.Builder> |
serializableBuilderClass() |
AddonInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the add-on.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String addonName()
The name of the add-on.
public String type()
The type of the add-on.
public boolean hasAddonVersions()
public List<AddonVersionInfo> addonVersions()
An object that represents information about available add-on versions and compatible Kubernetes versions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAddonVersions() to see if a value was sent in this field.
public AddonInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddonInfo.Builder,AddonInfo>public static AddonInfo.Builder builder()
public static Class<? extends AddonInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.