@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFargateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteFargateProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFargateProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
String |
getFargateProfileName()
The name of the Fargate profile to delete.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
void |
setFargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFargateProfileRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
DeleteFargateProfileRequest |
withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
clusterName - The name of the Amazon EKS cluster associated with the Fargate profile to delete.public String getClusterName()
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
public DeleteFargateProfileRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
clusterName - The name of the Amazon EKS cluster associated with the Fargate profile to delete.public void setFargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
fargateProfileName - The name of the Fargate profile to delete.public String getFargateProfileName()
The name of the Fargate profile to delete.
public DeleteFargateProfileRequest withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
fargateProfileName - The name of the Fargate profile to delete.public String toString()
toString in class ObjectObject.toString()public DeleteFargateProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()