@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationResourceCollectionHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeOrganizationResourceCollectionHealthResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeOrganizationResourceCollectionHealthResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<AccountHealth> | 
getAccount()
 The name of the organization's account. 
 | 
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()
 Tags help you identify and organize your Amazon Web Services resources. 
 | 
int | 
hashCode()  | 
void | 
setAccount(Collection<AccountHealth> account)
 The name of the organization's account. 
 | 
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)
 Tags help you identify and organize your Amazon Web Services resources. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeOrganizationResourceCollectionHealthResult | 
withAccount(AccountHealth... account)
 The name of the organization's account. 
 | 
DescribeOrganizationResourceCollectionHealthResult | 
withAccount(Collection<AccountHealth> account)
 The name of the organization's account. 
 | 
DescribeOrganizationResourceCollectionHealthResult | 
withCloudFormation(CloudFormationHealth... cloudFormation)
 The returned  
CloudFormationHealthOverview object that contains an InsightHealthOverview
 object with the requested system health information. | 
DescribeOrganizationResourceCollectionHealthResult | 
withCloudFormation(Collection<CloudFormationHealth> cloudFormation)
 The returned  
CloudFormationHealthOverview object that contains an InsightHealthOverview
 object with the requested system health information. | 
DescribeOrganizationResourceCollectionHealthResult | 
withNextToken(String nextToken)
 The pagination token to use to retrieve the next page of results for this operation. 
 | 
DescribeOrganizationResourceCollectionHealthResult | 
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. | 
DescribeOrganizationResourceCollectionHealthResult | 
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. | 
DescribeOrganizationResourceCollectionHealthResult | 
withTags(Collection<TagHealth> tags)
 Tags help you identify and organize your Amazon Web Services resources. 
 | 
DescribeOrganizationResourceCollectionHealthResult | 
withTags(TagHealth... tags)
 Tags help you identify and organize your Amazon Web Services resources. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeOrganizationResourceCollectionHealthResult()
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 DescribeOrganizationResourceCollectionHealthResult 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 DescribeOrganizationResourceCollectionHealthResult 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 DescribeOrganizationResourceCollectionHealthResult 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 DescribeOrganizationResourceCollectionHealthResult 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 List<AccountHealth> getAccount()
The name of the organization's account.
public void setAccount(Collection<AccountHealth> account)
The name of the organization's account.
account - The name of the organization's account.public DescribeOrganizationResourceCollectionHealthResult withAccount(AccountHealth... account)
The name of the organization's account.
 NOTE: This method appends the values to the existing list (if any). Use
 setAccount(java.util.Collection) or withAccount(java.util.Collection) if you want to override
 the existing values.
 
account - The name of the organization's account.public DescribeOrganizationResourceCollectionHealthResult withAccount(Collection<AccountHealth> account)
The name of the organization's account.
account - The name of the organization's account.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 DescribeOrganizationResourceCollectionHealthResult 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()
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
 .
 
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)
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 - 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 DescribeOrganizationResourceCollectionHealthResult withTags(TagHealth... tags)
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 - 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 DescribeOrganizationResourceCollectionHealthResult withTags(Collection<TagHealth> tags)
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 - 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 ObjectObject.toString()public DescribeOrganizationResourceCollectionHealthResult clone()