@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeResourceCollectionHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeResourceCollectionHealthResult() |
Modifier and Type | Method and Description |
---|---|
DescribeResourceCollectionHealthResult |
clone() |
boolean |
equals(Object obj) |
List<CloudFormationHealth> |
getCloudFormation()
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<ServiceHealth> |
getService()
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
List<TagHealth> |
getTags()
The Amazon Web Services tags that are used by resources in the resource collection.
|
int |
hashCode() |
void |
setCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
void |
setTags(Collection<TagHealth> tags)
The Amazon Web Services tags that are used by resources in the resource collection.
|
String |
toString()
Returns a string representation of this object.
|
DescribeResourceCollectionHealthResult |
withCloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
DescribeResourceCollectionHealthResult |
withCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
DescribeResourceCollectionHealthResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeResourceCollectionHealthResult |
withService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
DescribeResourceCollectionHealthResult |
withService(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
DescribeResourceCollectionHealthResult |
withTags(Collection<TagHealth> tags)
The Amazon Web Services tags that are used by resources in the resource collection.
|
DescribeResourceCollectionHealthResult |
withTags(TagHealth... tags)
The Amazon Web Services tags that are used by resources in the resource collection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeResourceCollectionHealthResult()
public List<CloudFormationHealth> getCloudFormation()
The returned CloudFormationHealthOverview
object that contains an InsightHealthOverview
object with the requested system health information.
CloudFormationHealthOverview
object that contains an
InsightHealthOverview
object with the requested system health information.public void setCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned CloudFormationHealthOverview
object that contains an InsightHealthOverview
object with the requested system health information.
cloudFormation
- The returned CloudFormationHealthOverview
object that contains an
InsightHealthOverview
object with the requested system health information.public DescribeResourceCollectionHealthResult withCloudFormation(CloudFormationHealth... cloudFormation)
The returned CloudFormationHealthOverview
object that contains an InsightHealthOverview
object with the requested system health information.
NOTE: This method appends the values to the existing list (if any). Use
setCloudFormation(java.util.Collection)
or withCloudFormation(java.util.Collection)
if you want
to override the existing values.
cloudFormation
- The returned CloudFormationHealthOverview
object that contains an
InsightHealthOverview
object with the requested system health information.public DescribeResourceCollectionHealthResult withCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned CloudFormationHealthOverview
object that contains an InsightHealthOverview
object with the requested system health information.
cloudFormation
- The returned CloudFormationHealthOverview
object that contains an
InsightHealthOverview
object with the requested system health information.public List<ServiceHealth> getService()
An array of ServiceHealth
objects that describes the health of the Amazon Web Services services
associated with the resources in the collection.
ServiceHealth
objects that describes the health of the Amazon Web Services
services associated with the resources in the collection.public void setService(Collection<ServiceHealth> service)
An array of ServiceHealth
objects that describes the health of the Amazon Web Services services
associated with the resources in the collection.
service
- An array of ServiceHealth
objects that describes the health of the Amazon Web Services
services associated with the resources in the collection.public DescribeResourceCollectionHealthResult withService(ServiceHealth... service)
An array of ServiceHealth
objects that describes the health of the Amazon Web Services services
associated with the resources in the collection.
NOTE: This method appends the values to the existing list (if any). Use
setService(java.util.Collection)
or withService(java.util.Collection)
if you want to override
the existing values.
service
- An array of ServiceHealth
objects that describes the health of the Amazon Web Services
services associated with the resources in the collection.public DescribeResourceCollectionHealthResult withService(Collection<ServiceHealth> service)
An array of ServiceHealth
objects that describes the health of the Amazon Web Services services
associated with the resources in the collection.
service
- An array of ServiceHealth
objects that describes the health of the Amazon Web Services
services associated with the resources in the collection.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeResourceCollectionHealthResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public List<TagHealth> getTags()
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag
values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the
prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or
devops-guru-rds-application
. When you create a key, the case of characters in the key
can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works
with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and
these act as two different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
,
or Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty
string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with
the prefix Devops-guru-
. The tag key might be
DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you
create a key, the case of characters in the key can be whatever you choose. After you
create a key, it is case-sensitive. For example, DevOps Guru works with a key named
devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two
different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or
Devops-Guru-production-application/containers
.
public void setTags(Collection<TagHealth> tags)
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag
values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the
prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or
devops-guru-rds-application
. When you create a key, the case of characters in the key
can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works
with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and
these act as two different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
tags
- The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty
string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with
the prefix Devops-guru-
. The tag key might be
DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you
create a key, the case of characters in the key can be whatever you choose. After you create
a key, it is case-sensitive. For example, DevOps Guru works with a key named
devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two
different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or
Devops-Guru-production-application/containers
.
public DescribeResourceCollectionHealthResult withTags(TagHealth... tags)
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag
values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the
prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or
devops-guru-rds-application
. When you create a key, the case of characters in the key
can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works
with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and
these act as two different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty
string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with
the prefix Devops-guru-
. The tag key might be
DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you
create a key, the case of characters in the key can be whatever you choose. After you create
a key, it is case-sensitive. For example, DevOps Guru works with a key named
devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two
different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or
Devops-Guru-production-application/containers
.
public DescribeResourceCollectionHealthResult withTags(Collection<TagHealth> tags)
The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag
values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the
prefix Devops-guru-
. The tag key might be DevOps-Guru-deployment-application
or
devops-guru-rds-application
. When you create a key, the case of characters in the key
can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works
with a key named devops-guru-rds
and a key named DevOps-Guru-RDS
, and
these act as two different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or Devops-Guru-production-application/containers
.
tags
- The Amazon Web Services tags that are used by resources in the resource collection.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case-sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty
string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with
the prefix Devops-guru-
. The tag key might be
DevOps-Guru-deployment-application
or devops-guru-rds-application
. When you
create a key, the case of characters in the key can be whatever you choose. After you create
a key, it is case-sensitive. For example, DevOps Guru works with a key named
devops-guru-rds
and a key named DevOps-Guru-RDS
, and these act as two
different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS
or
Devops-Guru-production-application/containers
.
public String toString()
toString
in class Object
Object.toString()
public DescribeResourceCollectionHealthResult clone()