@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFargateProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeFargateProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFargateProfileResult |
clone() |
boolean |
equals(Object obj) |
FargateProfile |
getFargateProfile()
The full description of your Fargate profile.
|
int |
hashCode() |
void |
setFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFargateProfileResult |
withFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
fargateProfile - The full description of your Fargate profile.public FargateProfile getFargateProfile()
The full description of your Fargate profile.
public DescribeFargateProfileResult withFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
fargateProfile - The full description of your Fargate profile.public String toString()
toString in class ObjectObject.toString()public DescribeFargateProfileResult clone()