@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFargateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFargateProfileRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFargateProfileRequest |
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.
|
String |
getFargateProfileName()
The name of the Fargate profile to describe.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
|
void |
setFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFargateProfileRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
|
DescribeFargateProfileRequest |
withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
|
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, withSdkRequestTimeout
public void setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
clusterName
- The name of the Amazon EKS cluster associated with the Fargate profile.public String getClusterName()
The name of the Amazon EKS cluster associated with the Fargate profile.
public DescribeFargateProfileRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
clusterName
- The name of the Amazon EKS cluster associated with the Fargate profile.public void setFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
fargateProfileName
- The name of the Fargate profile to describe.public String getFargateProfileName()
The name of the Fargate profile to describe.
public DescribeFargateProfileRequest withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
fargateProfileName
- The name of the Fargate profile to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeFargateProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.