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