|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoRequest
public class RetrieveEnvironmentInfoRequest
Container for the parameters to the RetrieveEnvironmentInfo operation
.
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
AWSElasticBeanstalk.retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest)
,
Serialized FormConstructor Summary | |
---|---|
RetrieveEnvironmentInfoRequest()
Default constructor for a new RetrieveEnvironmentInfoRequest object. |
|
RetrieveEnvironmentInfoRequest(EnvironmentInfoType infoType)
Constructs a new RetrieveEnvironmentInfoRequest object. |
|
RetrieveEnvironmentInfoRequest(String infoType)
Constructs a new RetrieveEnvironmentInfoRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEnvironmentId()
The ID of the data's environment. |
String |
getEnvironmentName()
The name of the data's environment. |
String |
getInfoType()
The type of information to retrieve. |
int |
hashCode()
|
void |
setEnvironmentId(String environmentId)
The ID of the data's environment. |
void |
setEnvironmentName(String environmentName)
The name of the data's environment. |
void |
setInfoType(EnvironmentInfoType infoType)
The type of information to retrieve. |
void |
setInfoType(String infoType)
The type of information to retrieve. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RetrieveEnvironmentInfoRequest |
withEnvironmentId(String environmentId)
The ID of the data's environment. |
RetrieveEnvironmentInfoRequest |
withEnvironmentName(String environmentName)
The name of the data's environment. |
RetrieveEnvironmentInfoRequest |
withInfoType(EnvironmentInfoType infoType)
The type of information to retrieve. |
RetrieveEnvironmentInfoRequest |
withInfoType(String infoType)
The type of information to retrieve. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RetrieveEnvironmentInfoRequest()
public RetrieveEnvironmentInfoRequest(String infoType)
infoType
- The type of information to retrieve.public RetrieveEnvironmentInfoRequest(EnvironmentInfoType infoType)
infoType
- The type of information to retrieve.Method Detail |
---|
public String getEnvironmentId()
If no such environment is found,
returns an InvalidParameterValue
error.
Condition:
You must specify either this or an EnvironmentName, or both. If you do
not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter
error.
If no such environment is found,
returns an InvalidParameterValue
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(String environmentId)
If no such environment is found,
returns an InvalidParameterValue
error.
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 data's environment. If no such environment is found,
returns an InvalidParameterValue
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 RetrieveEnvironmentInfoRequest withEnvironmentId(String environmentId)
If no such environment is found,
returns an InvalidParameterValue
error.
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 data's environment. If no such environment is found,
returns an InvalidParameterValue
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 String getEnvironmentName()
If no such environment is
found, returns an InvalidParameterValue
error.
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
If no such environment is
found, returns an InvalidParameterValue
error.
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(String environmentName)
If no such environment is
found, returns an InvalidParameterValue
error.
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 data's environment. If no such environment is
found, returns an InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter
error.
public RetrieveEnvironmentInfoRequest withEnvironmentName(String environmentName)
If no such environment is
found, returns an InvalidParameterValue
error.
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 data's environment. If no such environment is
found, returns an InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentId, or both.
If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter
error.
public String getInfoType()
Constraints:
Allowed Values: tail
EnvironmentInfoType
public void setInfoType(String infoType)
Constraints:
Allowed Values: tail
infoType
- The type of information to retrieve.EnvironmentInfoType
public RetrieveEnvironmentInfoRequest withInfoType(String infoType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: tail
infoType
- The type of information to retrieve.
EnvironmentInfoType
public void setInfoType(EnvironmentInfoType infoType)
Constraints:
Allowed Values: tail
infoType
- The type of information to retrieve.EnvironmentInfoType
public RetrieveEnvironmentInfoRequest withInfoType(EnvironmentInfoType infoType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: tail
infoType
- The type of information to retrieve.
EnvironmentInfoType
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |