@Generated(value="software.amazon.awssdk:codegen") public final class GetMapStyleDescriptorResponse extends LocationResponse implements ToCopyableBuilder<GetMapStyleDescriptorResponse.Builder,GetMapStyleDescriptorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMapStyleDescriptorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
blob()
Contains the body of the style descriptor.
|
static GetMapStyleDescriptorResponse.Builder |
builder() |
String |
contentType()
The style descriptor's content type.
|
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 GetMapStyleDescriptorResponse.Builder> |
serializableBuilderClass() |
GetMapStyleDescriptorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes blob()
Contains the body of the style descriptor.
public final String contentType()
The style descriptor's content type. For example, application/json.
application/json.public GetMapStyleDescriptorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMapStyleDescriptorResponse.Builder,GetMapStyleDescriptorResponse>toBuilder in class AwsResponsepublic static GetMapStyleDescriptorResponse.Builder builder()
public static Class<? extends GetMapStyleDescriptorResponse.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.