public class UpdateEnvironmentResult
extends java.lang.Object
implements java.io.Serializable
Describes the properties of an environment.
| コンストラクタと説明 |
|---|
UpdateEnvironmentResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application associated with this environment.
|
java.lang.String |
getCNAME()
The URL to the CNAME for this environment.
|
java.util.Date |
getDateCreated()
The creation date for this environment.
|
java.util.Date |
getDateUpdated()
The last modified date for this environment.
|
java.lang.String |
getDescription()
Describes this environment.
|
java.lang.String |
getEndpointURL()
The URL to the LoadBalancer for this environment.
|
java.lang.String |
getEnvironmentId()
The ID of this environment.
|
java.lang.String |
getEnvironmentName()
The name of this environment.
|
java.lang.String |
getHealth()
Describes the health status of the environment.
|
EnvironmentResourcesDescription |
getResources()
The description of the AWS resources used by this environment.
|
java.lang.String |
getSolutionStackName()
The name of the
SolutionStack deployed with this
environment. |
java.lang.String |
getStatus()
The current operational status of the environment:
Launching: Environment is in the process of initial
deployment. |
java.lang.String |
getTemplateName()
The name of the configuration template used to originally launch this
environment.
|
java.lang.String |
getVersionLabel()
The application version deployed in this environment.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
void |
setCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
void |
setDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
void |
setDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
void |
setDescription(java.lang.String description)
Describes this environment.
|
void |
setEndpointURL(java.lang.String endpointURL)
The URL to the LoadBalancer for this environment.
|
void |
setEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
void |
setHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
void |
setHealth(java.lang.String health)
Describes the health status of the environment.
|
void |
setResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
void |
setSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
void |
setStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching: Environment is in the process of initial
deployment. |
void |
setStatus(java.lang.String status)
The current operational status of the environment:
Launching: Environment is in the process of initial
deployment. |
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch this
environment.
|
void |
setVersionLabel(java.lang.String versionLabel)
The application version deployed in this environment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEnvironmentResult |
withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
UpdateEnvironmentResult |
withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
UpdateEnvironmentResult |
withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
UpdateEnvironmentResult |
withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
UpdateEnvironmentResult |
withDescription(java.lang.String description)
Describes this environment.
|
UpdateEnvironmentResult |
withEndpointURL(java.lang.String endpointURL)
The URL to the LoadBalancer for this environment.
|
UpdateEnvironmentResult |
withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
UpdateEnvironmentResult |
withEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
UpdateEnvironmentResult |
withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
UpdateEnvironmentResult |
withHealth(java.lang.String health)
Describes the health status of the environment.
|
UpdateEnvironmentResult |
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
UpdateEnvironmentResult |
withSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
UpdateEnvironmentResult |
withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching: Environment is in the process of initial
deployment. |
UpdateEnvironmentResult |
withStatus(java.lang.String status)
The current operational status of the environment:
Launching: Environment is in the process of initial
deployment. |
UpdateEnvironmentResult |
withTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch this
environment.
|
UpdateEnvironmentResult |
withVersionLabel(java.lang.String versionLabel)
The application version deployed in this environment.
|
public java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName - The name of this environment.public UpdateEnvironmentResult withEnvironmentName(java.lang.String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName - The name of this environment.public java.lang.String getEnvironmentId()
public void setEnvironmentId(java.lang.String environmentId)
environmentId - The ID of this environment.public UpdateEnvironmentResult withEnvironmentId(java.lang.String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId - The ID of this environment.public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application associated with this environment.public UpdateEnvironmentResult withApplicationName(java.lang.String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The name of the application associated with this environment.public java.lang.String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(java.lang.String versionLabel)
Constraints:
Length: 1 - 100
versionLabel - The application version deployed in this environment.public UpdateEnvironmentResult withVersionLabel(java.lang.String versionLabel)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
versionLabel - The application version deployed in this environment.public java.lang.String getSolutionStackName()
SolutionStack deployed with this
environment.
Constraints:
Length: 0 - 100
SolutionStack deployed with this
environment.public void setSolutionStackName(java.lang.String solutionStackName)
SolutionStack deployed with this
environment.
Constraints:
Length: 0 - 100
solutionStackName - The name of the SolutionStack deployed with this
environment.public UpdateEnvironmentResult withSolutionStackName(java.lang.String solutionStackName)
SolutionStack deployed with this
environment.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
solutionStackName - The name of the SolutionStack deployed with this
environment.public java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration template used to originally launch this
environment.public UpdateEnvironmentResult withTemplateName(java.lang.String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName - The name of the configuration template used to originally launch this
environment.public java.lang.String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 200
description - Describes this environment.public UpdateEnvironmentResult withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 200
description - Describes this environment.public java.lang.String getEndpointURL()
public void setEndpointURL(java.lang.String endpointURL)
endpointURL - The URL to the LoadBalancer for this environment.public UpdateEnvironmentResult withEndpointURL(java.lang.String endpointURL)
Returns a reference to this object so that method calls can be chained together.
endpointURL - The URL to the LoadBalancer for this environment.public java.lang.String getCNAME()
Constraints:
Length: 1 - 255
public void setCNAME(java.lang.String cNAME)
Constraints:
Length: 1 - 255
cNAME - The URL to the CNAME for this environment.public UpdateEnvironmentResult withCNAME(java.lang.String cNAME)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
cNAME - The URL to the CNAME for this environment.public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated - The creation date for this environment.public UpdateEnvironmentResult withDateCreated(java.util.Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated - The creation date for this environment.public java.util.Date getDateUpdated()
public void setDateUpdated(java.util.Date dateUpdated)
dateUpdated - The last modified date for this environment.public UpdateEnvironmentResult withDateUpdated(java.util.Date dateUpdated)
Returns a reference to this object so that method calls can be chained together.
dateUpdated - The last modified date for this environment.public java.lang.String getStatus()
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.
Constraints:
Allowed Values: Launching, Updating, Ready, Terminating, Terminated
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(java.lang.String status)
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.
Constraints:
Allowed Values: Launching, Updating, Ready, Terminating, Terminated
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(java.lang.String status)
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. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Launching, Updating, Ready, Terminating, Terminated
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)
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.
Constraints:
Allowed Values: Launching, Updating, Ready, Terminating, Terminated
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)
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. Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Launching, Updating, Ready, Terminating, Terminated
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 java.lang.String getHealth()
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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
Constraints:
Allowed Values: Green, Yellow, Red, Grey
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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(java.lang.String health)
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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
Constraints:
Allowed Values: Green, Yellow, Red, 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 working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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(java.lang.String health)
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Green, Yellow, Red, 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 working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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)
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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
Constraints:
Allowed Values: Green, Yellow, Red, 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 working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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)
Red : Indicates the environment is
not working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Green, Yellow, Red, 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 working.
Yellow:
Indicates that something is wrong, the application might not be
available, but the instances appear running.
Green: Indicates the environment is
healthy and fully functional.
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 EnvironmentResourcesDescription getResources()
public void setResources(EnvironmentResourcesDescription resources)
resources - The description of the AWS resources used by this environment.public UpdateEnvironmentResult withResources(EnvironmentResourcesDescription resources)
Returns a reference to this object so that method calls can be chained together.
resources - The description of the AWS resources used by this environment.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object