public class GetExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExportRequest() |
Modifier and Type | Method and Description |
---|---|
GetExportRequest |
addParametersEntry(String key,
String value) |
GetExportRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
GetExportRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAccepts() |
String |
getExportType() |
Map<String,String> |
getParameters() |
String |
getRestApiId() |
String |
getStageName() |
int |
hashCode() |
void |
setAccepts(String accepts) |
void |
setExportType(String exportType) |
void |
setParameters(Map<String,String> parameters) |
void |
setRestApiId(String restApiId) |
void |
setStageName(String stageName) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetExportRequest |
withAccepts(String accepts) |
GetExportRequest |
withExportType(String exportType) |
GetExportRequest |
withParameters(Map<String,String> parameters) |
GetExportRequest |
withRestApiId(String restApiId) |
GetExportRequest |
withStageName(String stageName) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRestApiId(String restApiId)
restApiId
- public String getRestApiId()
public GetExportRequest withRestApiId(String restApiId)
restApiId
- public void setStageName(String stageName)
stageName
- public String getStageName()
public GetExportRequest withStageName(String stageName)
stageName
- public void setExportType(String exportType)
exportType
- public String getExportType()
public GetExportRequest withExportType(String exportType)
exportType
- public GetExportRequest withParameters(Map<String,String> parameters)
parameters
- public GetExportRequest addParametersEntry(String key, String value)
public GetExportRequest clearParametersEntries()
public void setAccepts(String accepts)
accepts
- public String getAccepts()
public GetExportRequest withAccepts(String accepts)
accepts
- public String toString()
toString
in class Object
Object.toString()
public GetExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.