@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMapStyleDescriptorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMapStyleDescriptorRequest() |
Modifier and Type | Method and Description |
---|---|
GetMapStyleDescriptorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKey()
The optional API key
to authorize the request.
|
String |
getMapName()
The map resource to retrieve the style descriptor from.
|
int |
hashCode() |
void |
setKey(String key)
The optional API key
to authorize the request.
|
void |
setMapName(String mapName)
The map resource to retrieve the style descriptor from.
|
String |
toString()
Returns a string representation of this object.
|
GetMapStyleDescriptorRequest |
withKey(String key)
The optional API key
to authorize the request.
|
GetMapStyleDescriptorRequest |
withMapName(String mapName)
The map resource to retrieve the style descriptor from.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMapName(String mapName)
The map resource to retrieve the style descriptor from.
mapName
- The map resource to retrieve the style descriptor from.public String getMapName()
The map resource to retrieve the style descriptor from.
public GetMapStyleDescriptorRequest withMapName(String mapName)
The map resource to retrieve the style descriptor from.
mapName
- The map resource to retrieve the style descriptor from.public void setKey(String key)
The optional API key to authorize the request.
key
- The optional API
key to authorize the request.public String getKey()
The optional API key to authorize the request.
public GetMapStyleDescriptorRequest withKey(String key)
The optional API key to authorize the request.
key
- The optional API
key to authorize the request.public String toString()
toString
in class Object
Object.toString()
public GetMapStyleDescriptorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()