@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FargateDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about AWS Fargate details associated with an Amazon ECS cluster.
| Constructor and Description |
|---|
FargateDetails() |
| Modifier and Type | Method and Description |
|---|---|
FargateDetails |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIssues()
Runtime coverage issues identified for the resource running on AWS Fargate.
|
String |
getManagementType()
Indicates how the GuardDuty security agent is managed for this resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIssues(Collection<String> issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
|
void |
setManagementType(String managementType)
Indicates how the GuardDuty security agent is managed for this resource.
|
String |
toString()
Returns a string representation of this object.
|
FargateDetails |
withIssues(Collection<String> issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
|
FargateDetails |
withIssues(String... issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
|
FargateDetails |
withManagementType(ManagementType managementType)
Indicates how the GuardDuty security agent is managed for this resource.
|
FargateDetails |
withManagementType(String managementType)
Indicates how the GuardDuty security agent is managed for this resource.
|
public List<String> getIssues()
Runtime coverage issues identified for the resource running on AWS Fargate.
public void setIssues(Collection<String> issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
issues - Runtime coverage issues identified for the resource running on AWS Fargate.public FargateDetails withIssues(String... issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
NOTE: This method appends the values to the existing list (if any). Use
setIssues(java.util.Collection) or withIssues(java.util.Collection) if you want to override the
existing values.
issues - Runtime coverage issues identified for the resource running on AWS Fargate.public FargateDetails withIssues(Collection<String> issues)
Runtime coverage issues identified for the resource running on AWS Fargate.
issues - Runtime coverage issues identified for the resource running on AWS Fargate.public void setManagementType(String managementType)
Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent
updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
managementType - Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty
security agent updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
ManagementTypepublic String getManagementType()
Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent
updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty
security agent updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
ManagementTypepublic FargateDetails withManagementType(String managementType)
Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent
updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
managementType - Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty
security agent updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
ManagementTypepublic FargateDetails withManagementType(ManagementType managementType)
Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent
updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
managementType - Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty
security agent updates for this resource.
DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this
resource.
ManagementTypepublic String toString()
toString in class ObjectObject.toString()public FargateDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.