@Generated(value="software.amazon.awssdk:codegen") public final class GetConfigurationResponse extends AppConfigResponse implements ToCopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetConfigurationResponse.Builder |
builder() |
String |
configurationVersion()
The configuration version.
|
SdkBytes |
content()
The content of the configuration or the configuration data.
|
String |
contentType()
A standard MIME type describing the format of the configuration content.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetConfigurationResponse.Builder> |
serializableBuilderClass() |
GetConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes content()
The content of the configuration or the configuration data.
The Content attribute only contains data if the system finds new or updated configuration data. If
there is no new or updated data and ClientConfigurationVersion matches the version of the current
configuration, AppConfig returns a 204 No Content HTTP response code and the Content
value will be empty.
The Content attribute only contains data if the system finds new or updated configuration
data. If there is no new or updated data and ClientConfigurationVersion matches the version
of the current configuration, AppConfig returns a 204 No Content HTTP response code and the
Content value will be empty.
public final String configurationVersion()
The configuration version.
public final String contentType()
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
public GetConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>toBuilder in class AwsResponsepublic static GetConfigurationResponse.Builder builder()
public static Class<? extends GetConfigurationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.