@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)
Marshalls this structured data using the given
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.ResourceType
public String getResourceType()
The type of Amazon Web Services resource.
ResourceType
public CoverageResourceDetails withResourceType(String resourceType)
The type of Amazon Web Services resource.
resourceType
- The type of Amazon Web Services resource.ResourceType
public CoverageResourceDetails withResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
resourceType
- The type of Amazon Web Services resource.ResourceType
public String toString()
toString
in class Object
Object.toString()
public CoverageResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.