@Generated(value="software.amazon.awssdk:codegen") public final class RetrieveEnvironmentInfoRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>
Request to download logs retrieved with RequestEnvironmentInfo.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetrieveEnvironmentInfoRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveEnvironmentInfoRequest.Builder |
builder() |
String |
environmentId()
The ID of the data's environment.
|
String |
environmentName()
The name of the data's environment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EnvironmentInfoType |
infoType()
The type of information to retrieve.
|
String |
infoTypeAsString()
The type of information to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetrieveEnvironmentInfoRequest.Builder> |
serializableBuilderClass() |
RetrieveEnvironmentInfoRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String 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.
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 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.
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 EnvironmentInfoType infoType()
The type of information to retrieve.
If the service returns an enum value that is not available in the current SDK version, infoType will
return EnvironmentInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from infoTypeAsString().
EnvironmentInfoTypepublic String infoTypeAsString()
The type of information to retrieve.
If the service returns an enum value that is not available in the current SDK version, infoType will
return EnvironmentInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from infoTypeAsString().
EnvironmentInfoTypepublic RetrieveEnvironmentInfoRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>toBuilder in class ElasticBeanstalkRequestpublic static RetrieveEnvironmentInfoRequest.Builder builder()
public static Class<? extends RetrieveEnvironmentInfoRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.