@Generated(value="software.amazon.awssdk:codegen") public final class DescribeUpdateRequest extends EksRequest implements ToCopyableBuilder<DescribeUpdateRequest.Builder,DescribeUpdateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeUpdateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonName()
The name of the add-on.
|
static DescribeUpdateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Amazon EKS cluster associated with the update.
|
String |
nodegroupName()
The name of the Amazon EKS node group associated with the update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeUpdateRequest.Builder> |
serializableBuilderClass() |
DescribeUpdateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updateId()
The ID of the update to describe.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the Amazon EKS cluster associated with the update.
public final String updateId()
The ID of the update to describe.
public final String nodegroupName()
The name of the Amazon EKS node group associated with the update.
public final String addonName()
The name of the add-on. The name must match one of the names returned by ListAddons .
ListAddons
.public DescribeUpdateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeUpdateRequest.Builder,DescribeUpdateRequest>toBuilder in class EksRequestpublic static DescribeUpdateRequest.Builder builder()
public static Class<? extends DescribeUpdateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.