public class TerminateEnvironmentRequest extends AmazonWebServiceRequest implements java.io.Serializable
TerminateEnvironment operation.
Terminates the specified environment.
| コンストラクタと説明 |
|---|
TerminateEnvironmentRequest()
Default constructor for a new TerminateEnvironmentRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEnvironmentId()
The ID of the environment to terminate.
|
java.lang.String |
getEnvironmentName()
The name of the environment to terminate.
|
java.lang.Boolean |
getTerminateResources()
Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment. |
int |
hashCode() |
java.lang.Boolean |
isTerminateResources()
Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment. |
void |
setEnvironmentId(java.lang.String environmentId)
The ID of the environment to terminate.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment to terminate.
|
void |
setTerminateResources(java.lang.Boolean terminateResources)
Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateEnvironmentRequest |
withEnvironmentId(java.lang.String environmentId)
The ID of the environment to terminate.
|
TerminateEnvironmentRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the environment to terminate.
|
TerminateEnvironmentRequest |
withTerminateResources(java.lang.Boolean terminateResources)
Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment. |
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic TerminateEnvironmentRequest()
public java.lang.String getEnvironmentId()
Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public void setEnvironmentId(java.lang.String environmentId)
Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
environmentId - The ID of the environment to terminate. Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public TerminateEnvironmentRequest withEnvironmentId(java.lang.String environmentId)
Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Returns a reference to this object so that method calls can be chained together.
environmentId - The ID of the environment to terminate. Condition: You must
specify either this or an EnvironmentName, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public java.lang.String getEnvironmentName()
Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Constraints:
Length: 4 - 23
Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public void setEnvironmentName(java.lang.String environmentName)
Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Constraints:
Length: 4 - 23
environmentName - The name of the environment to terminate. Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public TerminateEnvironmentRequest withEnvironmentName(java.lang.String environmentName)
Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName - The name of the environment to terminate. Condition: You must
specify either this or an EnvironmentId, or both. If you do not
specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
public java.lang.Boolean isTerminateResources()
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
public void setTerminateResources(java.lang.Boolean terminateResources)
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
terminateResources - Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
public TerminateEnvironmentRequest withTerminateResources(java.lang.Boolean terminateResources)
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
Returns a reference to this object so that method calls can be chained together.
terminateResources - Indicates whether the associated AWS resources should shut down when
the environment is terminated:
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
public java.lang.Boolean getTerminateResources()
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
true: (default) The user AWS resources (for example, the
Auto Scaling group, LoadBalancer, etc.) are terminated along with the
environment.
false: The
environment is removed from the AWS Elastic Beanstalk but the AWS
resources continue to operate.
true: The specified environment as well as the associated
AWS resources, such as Auto Scaling group and LoadBalancer, are
terminated. false: AWS Elastic Beanstalk
resource management is removed from the environment, but the AWS
resources continue to operate. For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
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