@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final 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 final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.