@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.
Compare the configuration version numbers of the configuration cached locally on your machine and the
configuration number in the the header. If the configuration numbers are the same, the content can be ignored.
The Content section only appears if the system finds new or updated configuration data. If the
system doesn't find new or updated configuration data, then the Content section is not returned.
Compare the configuration version numbers of the configuration cached locally on your machine and the
configuration number in the the header. If the configuration numbers are the same, the content can be
ignored. The Content section only appears if the system finds new or updated configuration
data. If the system doesn't find new or updated configuration data, then the Content section
is not returned.
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 © 2022. All rights reserved.