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