|
|||||||
| 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)| Constructor Summary | |
|---|---|
RetrieveEnvironmentInfoRequest()
Default constructor for a new RetrieveEnvironmentInfoRequest object. |
|
RetrieveEnvironmentInfoRequest(String infoType)
Constructs a new RetrieveEnvironmentInfoRequest object. |
|
| Method Summary | |
|---|---|
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. |
void |
setEnvironmentId(String environmentId)
The ID of the data's environment. |
void |
setEnvironmentName(String environmentName)
The name of the data's environment. |
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(String infoType)
The type of information to retrieve. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RetrieveEnvironmentInfoRequest()
public RetrieveEnvironmentInfoRequest(String infoType)
infoType - The type of information to retrieve.| Method Detail |
|---|
public String getEnvironmentId()
If no such environment is found,
returns an InvalidParameterValue error.
If no such environment is found,
returns an InvalidParameterValue error.
public void setEnvironmentId(String environmentId)
If no such environment is found,
returns an InvalidParameterValue error.
environmentId - The ID of the data's environment. If no such environment is found,
returns an InvalidParameterValue error.
public RetrieveEnvironmentInfoRequest withEnvironmentId(String environmentId)
If no such environment is found,
returns an InvalidParameterValue 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.
public String getEnvironmentName()
If no such environment is
found, returns an InvalidParameterValue error.
Constraints:
Length: 4 - 23
If no such environment is
found, returns an InvalidParameterValue error.
public void setEnvironmentName(String environmentName)
If no such environment is
found, returns an InvalidParameterValue error.
Constraints:
Length: 4 - 23
environmentName - The name of the data's environment. If no such environment is
found, returns an InvalidParameterValue error.
public RetrieveEnvironmentInfoRequest withEnvironmentName(String environmentName)
If no such environment is
found, returns an InvalidParameterValue 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.
public String getInfoType()
Constraints:
Allowed Values: tail
EnvironmentInfoTypepublic void setInfoType(String infoType)
Constraints:
Allowed Values: tail
infoType - The type of information to retrieve.EnvironmentInfoTypepublic 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.
EnvironmentInfoTypepublic String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||