@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 String name()
The name of the Amazon EKS cluster associated with the update.
public String updateId()
The ID of the update to describe.
public String nodegroupName()
The name of the Amazon EKS node group associated with the update.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.