@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 |
getMapName()
The map resource to retrieve the style descriptor from.
|
int |
hashCode() |
void |
setMapName(String mapName)
The map resource to retrieve the style descriptor from.
|
String |
toString()
Returns a string representation of this object.
|
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 String toString()
toString
in class Object
Object.toString()
public GetMapStyleDescriptorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()