JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.apigateway.model

Class GetSdkRequest

    • Constructor Detail

      • GetSdkRequest

        public GetSdkRequest()
    • Method Detail

      • setRestApiId

        public void setRestApiId(String restApiId)

        The string identifier of the associated RestApi.

        Parameters:
        restApiId - The string identifier of the associated RestApi.
      • getRestApiId

        public String getRestApiId()

        The string identifier of the associated RestApi.

        Returns:
        The string identifier of the associated RestApi.
      • withRestApiId

        public GetSdkRequest withRestApiId(String restApiId)

        The string identifier of the associated RestApi.

        Parameters:
        restApiId - The string identifier of the associated RestApi.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStageName

        public void setStageName(String stageName)

        The name of the Stage that the SDK will use.

        Parameters:
        stageName - The name of the Stage that the SDK will use.
      • getStageName

        public String getStageName()

        The name of the Stage that the SDK will use.

        Returns:
        The name of the Stage that the SDK will use.
      • withStageName

        public GetSdkRequest withStageName(String stageName)

        The name of the Stage that the SDK will use.

        Parameters:
        stageName - The name of the Stage that the SDK will use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSdkType

        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.

        Parameters:
        sdkType - The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.
      • getSdkType

        public String getSdkType()

        The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.

        Returns:
        The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.
      • withSdkType

        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.

        Parameters:
        sdkType - The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameters

        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.

        Returns:
        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.
      • setParameters

        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:
        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.
      • withParameters

        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:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearParametersEntries

        public GetSdkRequest clearParametersEntries()
        Removes all the entries added into Parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /