@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFargateProfileRequest extends EksRequest implements ToCopyableBuilder<DescribeFargateProfileRequest.Builder,DescribeFargateProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFargateProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFargateProfileRequest.Builder |
builder() |
String |
clusterName()
The name of the Amazon EKS cluster associated with the Fargate profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fargateProfileName()
The name of the Fargate profile to describe.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFargateProfileRequest.Builder> |
serializableBuilderClass() |
DescribeFargateProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clusterName()
The name of the Amazon EKS cluster associated with the Fargate profile.
public String fargateProfileName()
The name of the Fargate profile to describe.
public DescribeFargateProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFargateProfileRequest.Builder,DescribeFargateProfileRequest>toBuilder in class EksRequestpublic static DescribeFargateProfileRequest.Builder builder()
public static Class<? extends DescribeFargateProfileRequest.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.