public class UpdateEnvironmentResult extends Object implements Serializable, Cloneable
Describes the properties of an environment.
| Constructor and Description | 
|---|
UpdateEnvironmentResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateEnvironmentResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getAbortableOperationInProgress()
 Indicates if there is an in-progress environment configuration update or
 application version deployment that you can cancel. 
 | 
String | 
getApplicationName()
 The name of the application associated with this environment. 
 | 
String | 
getCNAME()
 The URL to the CNAME for this environment. 
 | 
Date | 
getDateCreated()
 The creation date for this environment. 
 | 
Date | 
getDateUpdated()
 The last modified date for this environment. 
 | 
String | 
getDescription()
 Describes this environment. 
 | 
String | 
getEndpointURL()
 For load-balanced, autoscaling environments, the URL to the LoadBalancer. 
 | 
String | 
getEnvironmentId()
 The ID of this environment. 
 | 
List<EnvironmentLink> | 
getEnvironmentLinks()
 A list of links to other environments in the same group. 
 | 
String | 
getEnvironmentName()
 The name of this environment. 
 | 
String | 
getHealth()
 Describes the health status of the environment. 
 | 
String | 
getHealthStatus()
 Returns the health status of the application running in your environment. 
 | 
EnvironmentResourcesDescription | 
getResources()
 The description of the AWS resources used by this environment. 
 | 
String | 
getSolutionStackName()
 The name of the  
SolutionStack deployed with this
 environment. | 
String | 
getStatus()
 The current operational status of the environment: 
 | 
String | 
getTemplateName()
 The name of the configuration template used to originally launch this
 environment. 
 | 
EnvironmentTier | 
getTier()
 Describes the current tier of this environment. 
 | 
String | 
getVersionLabel()
 The application version deployed in this environment. 
 | 
int | 
hashCode()  | 
Boolean | 
isAbortableOperationInProgress()
 Indicates if there is an in-progress environment configuration update or
 application version deployment that you can cancel. 
 | 
void | 
setAbortableOperationInProgress(Boolean abortableOperationInProgress)
 Indicates if there is an in-progress environment configuration update or
 application version deployment that you can cancel. 
 | 
void | 
setApplicationName(String applicationName)
 The name of the application associated with this environment. 
 | 
void | 
setCNAME(String cNAME)
 The URL to the CNAME for this environment. 
 | 
void | 
setDateCreated(Date dateCreated)
 The creation date for this environment. 
 | 
void | 
setDateUpdated(Date dateUpdated)
 The last modified date for this environment. 
 | 
void | 
setDescription(String description)
 Describes this environment. 
 | 
void | 
setEndpointURL(String endpointURL)
 For load-balanced, autoscaling environments, the URL to the LoadBalancer. 
 | 
void | 
setEnvironmentId(String environmentId)
 The ID of this environment. 
 | 
void | 
setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
 A list of links to other environments in the same group. 
 | 
void | 
setEnvironmentName(String environmentName)
 The name of this environment. 
 | 
void | 
setHealth(EnvironmentHealth health)
 Describes the health status of the environment. 
 | 
void | 
setHealth(String health)
 Describes the health status of the environment. 
 | 
void | 
setHealthStatus(EnvironmentHealthStatus healthStatus)
 Returns the health status of the application running in your environment. 
 | 
void | 
setHealthStatus(String healthStatus)
 Returns the health status of the application running in your environment. 
 | 
void | 
setResources(EnvironmentResourcesDescription resources)
 The description of the AWS resources used by this environment. 
 | 
void | 
setSolutionStackName(String solutionStackName)
 The name of the  
SolutionStack deployed with this
 environment. | 
void | 
setStatus(EnvironmentStatus status)
 The current operational status of the environment: 
 | 
void | 
setStatus(String status)
 The current operational status of the environment: 
 | 
void | 
setTemplateName(String templateName)
 The name of the configuration template used to originally launch this
 environment. 
 | 
void | 
setTier(EnvironmentTier tier)
 Describes the current tier of this environment. 
 | 
void | 
setVersionLabel(String versionLabel)
 The application version deployed in this environment. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
UpdateEnvironmentResult | 
withAbortableOperationInProgress(Boolean abortableOperationInProgress)
 Indicates if there is an in-progress environment configuration update or
 application version deployment that you can cancel. 
 | 
UpdateEnvironmentResult | 
withApplicationName(String applicationName)
 The name of the application associated with this environment. 
 | 
UpdateEnvironmentResult | 
withCNAME(String cNAME)
 The URL to the CNAME for this environment. 
 | 
UpdateEnvironmentResult | 
withDateCreated(Date dateCreated)
 The creation date for this environment. 
 | 
UpdateEnvironmentResult | 
withDateUpdated(Date dateUpdated)
 The last modified date for this environment. 
 | 
UpdateEnvironmentResult | 
withDescription(String description)
 Describes this environment. 
 | 
UpdateEnvironmentResult | 
withEndpointURL(String endpointURL)
 For load-balanced, autoscaling environments, the URL to the LoadBalancer. 
 | 
UpdateEnvironmentResult | 
withEnvironmentId(String environmentId)
 The ID of this environment. 
 | 
UpdateEnvironmentResult | 
withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
 A list of links to other environments in the same group. 
 | 
UpdateEnvironmentResult | 
withEnvironmentLinks(EnvironmentLink... environmentLinks)
 A list of links to other environments in the same group. 
 | 
UpdateEnvironmentResult | 
withEnvironmentName(String environmentName)
 The name of this environment. 
 | 
UpdateEnvironmentResult | 
withHealth(EnvironmentHealth health)
 Describes the health status of the environment. 
 | 
UpdateEnvironmentResult | 
withHealth(String health)
 Describes the health status of the environment. 
 | 
UpdateEnvironmentResult | 
withHealthStatus(EnvironmentHealthStatus healthStatus)
 Returns the health status of the application running in your environment. 
 | 
UpdateEnvironmentResult | 
withHealthStatus(String healthStatus)
 Returns the health status of the application running in your environment. 
 | 
UpdateEnvironmentResult | 
withResources(EnvironmentResourcesDescription resources)
 The description of the AWS resources used by this environment. 
 | 
UpdateEnvironmentResult | 
withSolutionStackName(String solutionStackName)
 The name of the  
SolutionStack deployed with this
 environment. | 
UpdateEnvironmentResult | 
withStatus(EnvironmentStatus status)
 The current operational status of the environment: 
 | 
UpdateEnvironmentResult | 
withStatus(String status)
 The current operational status of the environment: 
 | 
UpdateEnvironmentResult | 
withTemplateName(String templateName)
 The name of the configuration template used to originally launch this
 environment. 
 | 
UpdateEnvironmentResult | 
withTier(EnvironmentTier tier)
 Describes the current tier of this environment. 
 | 
UpdateEnvironmentResult | 
withVersionLabel(String versionLabel)
 The application version deployed in this environment. 
 | 
public void setEnvironmentName(String environmentName)
The name of this environment.
environmentName - The name of this environment.public String getEnvironmentName()
The name of this environment.
public UpdateEnvironmentResult withEnvironmentName(String environmentName)
The name of this environment.
environmentName - The name of this environment.public void setEnvironmentId(String environmentId)
The ID of this environment.
environmentId - The ID of this environment.public String getEnvironmentId()
The ID of this environment.
public UpdateEnvironmentResult withEnvironmentId(String environmentId)
The ID of this environment.
environmentId - The ID of this environment.public void setApplicationName(String applicationName)
The name of the application associated with this environment.
applicationName - The name of the application associated with this environment.public String getApplicationName()
The name of the application associated with this environment.
public UpdateEnvironmentResult withApplicationName(String applicationName)
The name of the application associated with this environment.
applicationName - The name of the application associated with this environment.public void setVersionLabel(String versionLabel)
The application version deployed in this environment.
versionLabel - The application version deployed in this environment.public String getVersionLabel()
The application version deployed in this environment.
public UpdateEnvironmentResult withVersionLabel(String versionLabel)
The application version deployed in this environment.
versionLabel - The application version deployed in this environment.public void setSolutionStackName(String solutionStackName)
 The name of the SolutionStack deployed with this
 environment.
 
solutionStackName - The name of the SolutionStack deployed with this
        environment.public String getSolutionStackName()
 The name of the SolutionStack deployed with this
 environment.
 
SolutionStack deployed with this
         environment.public UpdateEnvironmentResult withSolutionStackName(String solutionStackName)
 The name of the SolutionStack deployed with this
 environment.
 
solutionStackName - The name of the SolutionStack deployed with this
        environment.public void setTemplateName(String templateName)
The name of the configuration template used to originally launch this environment.
templateName - The name of the configuration template used to originally launch
        this environment.public String getTemplateName()
The name of the configuration template used to originally launch this environment.
public UpdateEnvironmentResult withTemplateName(String templateName)
The name of the configuration template used to originally launch this environment.
templateName - The name of the configuration template used to originally launch
        this environment.public void setDescription(String description)
Describes this environment.
description - Describes this environment.public String getDescription()
Describes this environment.
public UpdateEnvironmentResult withDescription(String description)
Describes this environment.
description - Describes this environment.public void setEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
endpointURL - For load-balanced, autoscaling environments, the URL to the
        LoadBalancer. For single-instance environments, the IP address of
        the instance.public String getEndpointURL()
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
public UpdateEnvironmentResult withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
endpointURL - For load-balanced, autoscaling environments, the URL to the
        LoadBalancer. For single-instance environments, the IP address of
        the instance.public void setCNAME(String cNAME)
The URL to the CNAME for this environment.
cNAME - The URL to the CNAME for this environment.public String getCNAME()
The URL to the CNAME for this environment.
public UpdateEnvironmentResult withCNAME(String cNAME)
The URL to the CNAME for this environment.
cNAME - The URL to the CNAME for this environment.public void setDateCreated(Date dateCreated)
The creation date for this environment.
dateCreated - The creation date for this environment.public Date getDateCreated()
The creation date for this environment.
public UpdateEnvironmentResult withDateCreated(Date dateCreated)
The creation date for this environment.
dateCreated - The creation date for this environment.public void setDateUpdated(Date dateUpdated)
The last modified date for this environment.
dateUpdated - The last modified date for this environment.public Date getDateUpdated()
The last modified date for this environment.
public UpdateEnvironmentResult withDateUpdated(Date dateUpdated)
The last modified date for this environment.
dateUpdated - The last modified date for this environment.public void setStatus(String status)
The current operational status of the environment:
Launching: Environment is in the process of initial
 deployment.Updating: Environment is in the process of updating its
 configuration settings or application version.Ready: Environment is available to have an action
 performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.status - The current operational status of the environment: 
        Launching: Environment is in the process of
        initial deployment.Updating: Environment is in the process of
        updating its configuration settings or application version.Ready: Environment is available to have an action
        performed on it, such as update or terminate.Terminating: Environment is in the shut-down
        process.Terminated: Environment is not running.EnvironmentStatuspublic String getStatus()
The current operational status of the environment:
Launching: Environment is in the process of initial
 deployment.Updating: Environment is in the process of updating its
 configuration settings or application version.Ready: Environment is available to have an action
 performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.Launching: Environment is in the process of
         initial deployment.Updating: Environment is in the process of
         updating its configuration settings or application version.Ready: Environment is available to have an
         action performed on it, such as update or terminate.Terminating: Environment is in the shut-down
         process.Terminated: Environment is not running.EnvironmentStatuspublic UpdateEnvironmentResult withStatus(String status)
The current operational status of the environment:
Launching: Environment is in the process of initial
 deployment.Updating: Environment is in the process of updating its
 configuration settings or application version.Ready: Environment is available to have an action
 performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.status - The current operational status of the environment: 
        Launching: Environment is in the process of
        initial deployment.Updating: Environment is in the process of
        updating its configuration settings or application version.Ready: Environment is available to have an action
        performed on it, such as update or terminate.Terminating: Environment is in the shut-down
        process.Terminated: Environment is not running.EnvironmentStatuspublic void setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching: Environment is in the process of initial
 deployment.Updating: Environment is in the process of updating its
 configuration settings or application version.Ready: Environment is available to have an action
 performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.status - The current operational status of the environment: 
        Launching: Environment is in the process of
        initial deployment.Updating: Environment is in the process of
        updating its configuration settings or application version.Ready: Environment is available to have an action
        performed on it, such as update or terminate.Terminating: Environment is in the shut-down
        process.Terminated: Environment is not running.EnvironmentStatuspublic UpdateEnvironmentResult withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching: Environment is in the process of initial
 deployment.Updating: Environment is in the process of updating its
 configuration settings or application version.Ready: Environment is available to have an action
 performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.status - The current operational status of the environment: 
        Launching: Environment is in the process of
        initial deployment.Updating: Environment is in the process of
        updating its configuration settings or application version.Ready: Environment is available to have an action
        performed on it, such as update or terminate.Terminating: Environment is in the shut-down
        process.Terminated: Environment is not running.EnvironmentStatuspublic void setAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
 true: There is an update in progress.
 
 false: There are no updates currently in progress.
 
abortableOperationInProgress - Indicates if there is an in-progress environment configuration
        update or application version deployment that you can cancel.
        
        true: There is an update in progress.
        
        false: There are no updates currently in progress.
public Boolean getAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
 true: There is an update in progress.
 
 false: There are no updates currently in progress.
 
         true: There is an update in progress.
         
         false: There are no updates currently in progress.
public UpdateEnvironmentResult withAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
 true: There is an update in progress.
 
 false: There are no updates currently in progress.
 
abortableOperationInProgress - Indicates if there is an in-progress environment configuration
        update or application version deployment that you can cancel.
        
        true: There is an update in progress.
        
        false: There are no updates currently in progress.
public Boolean isAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
 true: There is an update in progress.
 
 false: There are no updates currently in progress.
 
         true: There is an update in progress.
         
         false: There are no updates currently in progress.
public void setHealth(String health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when
 two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully
 functional.Grey: Default health for a new environment. The
 environment is not fully launched and health checks have not started or
 health checks are suspended during an UpdateEnvironment or
 RestartEnvironement request.
 Default: Grey
 
health - Describes the health status of the environment. AWS Elastic
        Beanstalk indicates the failure levels for a running environment:
        
        Red: Indicates the environment is not responsive.
        Occurs when three or more consecutive failures occur for an
        environment.Yellow: Indicates that something is wrong. Occurs
        when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and
        fully functional.Grey: Default health for a new environment. The
        environment is not fully launched and health checks have not
        started or health checks are suspended during an
        UpdateEnvironment or RestartEnvironement
        request.
        Default: Grey
EnvironmentHealthpublic String getHealth()
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when
 two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully
 functional.Grey: Default health for a new environment. The
 environment is not fully launched and health checks have not started or
 health checks are suspended during an UpdateEnvironment or
 RestartEnvironement request.
 Default: Grey
 
Red: Indicates the environment is not
         responsive. Occurs when three or more consecutive failures occur
         for an environment.Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and
         fully functional.Grey: Default health for a new environment. The
         environment is not fully launched and health checks have not
         started or health checks are suspended during an
         UpdateEnvironment or
         RestartEnvironement request.
         Default: Grey
EnvironmentHealthpublic UpdateEnvironmentResult withHealth(String health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when
 two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully
 functional.Grey: Default health for a new environment. The
 environment is not fully launched and health checks have not started or
 health checks are suspended during an UpdateEnvironment or
 RestartEnvironement request.
 Default: Grey
 
health - Describes the health status of the environment. AWS Elastic
        Beanstalk indicates the failure levels for a running environment:
        
        Red: Indicates the environment is not responsive.
        Occurs when three or more consecutive failures occur for an
        environment.Yellow: Indicates that something is wrong. Occurs
        when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and
        fully functional.Grey: Default health for a new environment. The
        environment is not fully launched and health checks have not
        started or health checks are suspended during an
        UpdateEnvironment or RestartEnvironement
        request.
        Default: Grey
EnvironmentHealthpublic void setHealth(EnvironmentHealth health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when
 two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully
 functional.Grey: Default health for a new environment. The
 environment is not fully launched and health checks have not started or
 health checks are suspended during an UpdateEnvironment or
 RestartEnvironement request.
 Default: Grey
 
health - Describes the health status of the environment. AWS Elastic
        Beanstalk indicates the failure levels for a running environment:
        
        Red: Indicates the environment is not responsive.
        Occurs when three or more consecutive failures occur for an
        environment.Yellow: Indicates that something is wrong. Occurs
        when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and
        fully functional.Grey: Default health for a new environment. The
        environment is not fully launched and health checks have not
        started or health checks are suspended during an
        UpdateEnvironment or RestartEnvironement
        request.
        Default: Grey
EnvironmentHealthpublic UpdateEnvironmentResult withHealth(EnvironmentHealth health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when
 two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully
 functional.Grey: Default health for a new environment. The
 environment is not fully launched and health checks have not started or
 health checks are suspended during an UpdateEnvironment or
 RestartEnvironement request.
 Default: Grey
 
health - Describes the health status of the environment. AWS Elastic
        Beanstalk indicates the failure levels for a running environment:
        
        Red: Indicates the environment is not responsive.
        Occurs when three or more consecutive failures occur for an
        environment.Yellow: Indicates that something is wrong. Occurs
        when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and
        fully functional.Grey: Default health for a new environment. The
        environment is not fully launched and health checks have not
        started or health checks are suspended during an
        UpdateEnvironment or RestartEnvironement
        request.
        Default: Grey
EnvironmentHealthpublic void setHealthStatus(String healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus - Returns the health status of the application running in your
        environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatuspublic String getHealthStatus()
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
EnvironmentHealthStatuspublic UpdateEnvironmentResult withHealthStatus(String healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus - Returns the health status of the application running in your
        environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatuspublic void setHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus - Returns the health status of the application running in your
        environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatuspublic UpdateEnvironmentResult withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus - Returns the health status of the application running in your
        environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatuspublic void setResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
resources - The description of the AWS resources used by this environment.public EnvironmentResourcesDescription getResources()
The description of the AWS resources used by this environment.
public UpdateEnvironmentResult withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
resources - The description of the AWS resources used by this environment.public void setTier(EnvironmentTier tier)
Describes the current tier of this environment.
tier - Describes the current tier of this environment.public EnvironmentTier getTier()
Describes the current tier of this environment.
public UpdateEnvironmentResult withTier(EnvironmentTier tier)
Describes the current tier of this environment.
tier - Describes the current tier of this environment.public List<EnvironmentLink> getEnvironmentLinks()
A list of links to other environments in the same group.
public void setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
environmentLinks - A list of links to other environments in the same group.public UpdateEnvironmentResult withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
 NOTE: This method appends the values to the existing list (if
 any). Use setEnvironmentLinks(java.util.Collection) or
 withEnvironmentLinks(java.util.Collection) if you want to
 override the existing values.
 
environmentLinks - A list of links to other environments in the same group.public UpdateEnvironmentResult withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
environmentLinks - A list of links to other environments in the same group.public String toString()
toString in class ObjectObject.toString()public UpdateEnvironmentResult clone()
Copyright © 2016. All rights reserved.