Java com.amazonaws.services.apigateway.model GetSdkRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.apigateway.model GetSdkRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.apigateway.model GetSdkRequest.

The text is from its open source code.

Constructor

Method

voidsetParameters(java.util.Map parameters)

A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK.

voidsetRestApiId(String restApiId)

[Required] The string identifier of the associated RestApi.

voidsetSdkType(String sdkType)

[Required] The language for the generated SDK.

voidsetStageName(String stageName)

[Required] The name of the Stage that the SDK will use.