@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the resource for each individual EKS cluster.
| Constructor and Description |
|---|
CoverageResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
CoverageResourceDetails |
clone() |
boolean |
equals(Object obj) |
CoverageEksClusterDetails |
getEksClusterDetails()
EKS cluster details involved in the coverage statistics.
|
String |
getResourceType()
The type of Amazon Web Services resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEksClusterDetails(CoverageEksClusterDetails eksClusterDetails)
EKS cluster details involved in the coverage statistics.
|
void |
setResourceType(String resourceType)
The type of Amazon Web Services resource.
|
String |
toString()
Returns a string representation of this object.
|
CoverageResourceDetails |
withEksClusterDetails(CoverageEksClusterDetails eksClusterDetails)
EKS cluster details involved in the coverage statistics.
|
CoverageResourceDetails |
withResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
|
CoverageResourceDetails |
withResourceType(String resourceType)
The type of Amazon Web Services resource.
|
public void setEksClusterDetails(CoverageEksClusterDetails eksClusterDetails)
EKS cluster details involved in the coverage statistics.
eksClusterDetails - EKS cluster details involved in the coverage statistics.public CoverageEksClusterDetails getEksClusterDetails()
EKS cluster details involved in the coverage statistics.
public CoverageResourceDetails withEksClusterDetails(CoverageEksClusterDetails eksClusterDetails)
EKS cluster details involved in the coverage statistics.
eksClusterDetails - EKS cluster details involved in the coverage statistics.public void setResourceType(String resourceType)
The type of Amazon Web Services resource.
resourceType - The type of Amazon Web Services resource.ResourceTypepublic String getResourceType()
The type of Amazon Web Services resource.
ResourceTypepublic CoverageResourceDetails withResourceType(String resourceType)
The type of Amazon Web Services resource.
resourceType - The type of Amazon Web Services resource.ResourceTypepublic CoverageResourceDetails withResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
resourceType - The type of Amazon Web Services resource.ResourceTypepublic String toString()
toString in class ObjectObject.toString()public CoverageResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.