@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSdkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request a new generated client SDK for a RestApi and Stage.
NOOP
Constructor and Description |
---|
GetSdkRequest() |
Modifier and Type | Method and Description |
---|---|
GetSdkRequest |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
GetSdkRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
GetSdkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getParameters()
A string-to-string key-value map of query parameters
sdkType -dependent properties of the SDK. |
String |
getRestApiId()
The string identifier of the associated RestApi.
|
String |
getSdkType()
The language for the generated SDK.
|
String |
getStageName()
The name of the Stage that the SDK will use.
|
int |
hashCode() |
void |
setParameters(Map<String,String> parameters)
A string-to-string key-value map of query parameters
sdkType -dependent properties of the SDK. |
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
void |
setSdkType(String sdkType)
The language for the generated SDK.
|
void |
setStageName(String stageName)
The name of the Stage that the SDK will use.
|
String |
toString()
Returns a string representation of this object.
|
GetSdkRequest |
withParameters(Map<String,String> parameters)
A string-to-string key-value map of query parameters
sdkType -dependent properties of the SDK. |
GetSdkRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetSdkRequest |
withSdkType(String sdkType)
The language for the generated SDK.
|
GetSdkRequest |
withStageName(String stageName)
The name of the Stage that the SDK will use.
|
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 setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public GetSdkRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public void setStageName(String stageName)
The name of the Stage that the SDK will use.
stageName
- The name of the Stage that the SDK will use.public String getStageName()
The name of the Stage that the SDK will use.
public GetSdkRequest withStageName(String stageName)
The name of the Stage that the SDK will use.
stageName
- The name of the Stage that the SDK will use.public void setSdkType(String sdkType)
The language for the generated SDK. Currently java
, javascript
, android
,
objectivec
(for iOS), swift
(for iOS), and ruby
are supported.
sdkType
- The language for the generated SDK. Currently java
, javascript
,
android
, objectivec
(for iOS), swift
(for iOS), and
ruby
are supported.public String getSdkType()
The language for the generated SDK. Currently java
, javascript
, android
,
objectivec
(for iOS), swift
(for iOS), and ruby
are supported.
java
, javascript
,
android
, objectivec
(for iOS), swift
(for iOS), and
ruby
are supported.public GetSdkRequest withSdkType(String sdkType)
The language for the generated SDK. Currently java
, javascript
, android
,
objectivec
(for iOS), swift
(for iOS), and ruby
are supported.
sdkType
- The language for the generated SDK. Currently java
, javascript
,
android
, objectivec
(for iOS), swift
(for iOS), and
ruby
are supported.public Map<String,String> getParameters()
A string-to-string key-value map of query parameters sdkType
-dependent properties of the SDK. For
sdkType
of objectivec
or swift
, a parameter named classPrefix
is required. For sdkType
of android
, parameters named groupId
,
artifactId
, artifactVersion
, and invokerPackage
are required. For
sdkType
of java
, parameters named serviceName
and
javaPackageName
are required.
sdkType
-dependent properties of the
SDK. For sdkType
of objectivec
or swift
, a parameter named
classPrefix
is required. For sdkType
of android
, parameters named
groupId
, artifactId
, artifactVersion
, and
invokerPackage
are required. For sdkType
of java
, parameters named
serviceName
and javaPackageName
are required.public void setParameters(Map<String,String> parameters)
A string-to-string key-value map of query parameters sdkType
-dependent properties of the SDK. For
sdkType
of objectivec
or swift
, a parameter named classPrefix
is required. For sdkType
of android
, parameters named groupId
,
artifactId
, artifactVersion
, and invokerPackage
are required. For
sdkType
of java
, parameters named serviceName
and
javaPackageName
are required.
parameters
- A string-to-string key-value map of query parameters sdkType
-dependent properties of the SDK.
For sdkType
of objectivec
or swift
, a parameter named
classPrefix
is required. For sdkType
of android
, parameters named
groupId
, artifactId
, artifactVersion
, and
invokerPackage
are required. For sdkType
of java
, parameters named
serviceName
and javaPackageName
are required.public GetSdkRequest withParameters(Map<String,String> parameters)
A string-to-string key-value map of query parameters sdkType
-dependent properties of the SDK. For
sdkType
of objectivec
or swift
, a parameter named classPrefix
is required. For sdkType
of android
, parameters named groupId
,
artifactId
, artifactVersion
, and invokerPackage
are required. For
sdkType
of java
, parameters named serviceName
and
javaPackageName
are required.
parameters
- A string-to-string key-value map of query parameters sdkType
-dependent properties of the SDK.
For sdkType
of objectivec
or swift
, a parameter named
classPrefix
is required. For sdkType
of android
, parameters named
groupId
, artifactId
, artifactVersion
, and
invokerPackage
are required. For sdkType
of java
, parameters named
serviceName
and javaPackageName
are required.public GetSdkRequest addParametersEntry(String key, String value)
public GetSdkRequest clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSdkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()