@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApiResult() |
Modifier and Type | Method and Description |
---|---|
GetApiResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiEndpoint()
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
String |
getApiId()
The API ID.
|
String |
getApiKeySelectionExpression()
An API key selection expression.
|
Date |
getCreatedDate()
The timestamp when the API was created.
|
String |
getDescription()
The description of the API.
|
Boolean |
getDisableSchemaValidation()
Avoid validating models when creating a deployment.
|
String |
getName()
The name of the API.
|
String |
getProtocolType()
The API protocol: Currently only WEBSOCKET is supported.
|
String |
getRouteSelectionExpression()
The route selection expression for the API.
|
String |
getVersion()
A version identifier for the API.
|
List<String> |
getWarnings()
The warning messages reported when failonwarnings is turned on during API import.
|
int |
hashCode() |
Boolean |
isDisableSchemaValidation()
Avoid validating models when creating a deployment.
|
void |
setApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
void |
setApiId(String apiId)
The API ID.
|
void |
setApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
void |
setCreatedDate(Date createdDate)
The timestamp when the API was created.
|
void |
setDescription(String description)
The description of the API.
|
void |
setDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
void |
setName(String name)
The name of the API.
|
void |
setProtocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
void |
setRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
void |
setVersion(String version)
A version identifier for the API.
|
void |
setWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
String |
toString()
Returns a string representation of this object.
|
GetApiResult |
withApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
GetApiResult |
withApiId(String apiId)
The API ID.
|
GetApiResult |
withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
GetApiResult |
withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
GetApiResult |
withDescription(String description)
The description of the API.
|
GetApiResult |
withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
GetApiResult |
withName(String name)
The name of the API.
|
GetApiResult |
withProtocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
GetApiResult |
withProtocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
|
GetApiResult |
withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
GetApiResult |
withVersion(String version)
A version identifier for the API.
|
GetApiResult |
withWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
GetApiResult |
withWarnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
apiEndpoint
- The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically
appended to this URI to form a complete path to a deployed API stage.public String getApiEndpoint()
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
public GetApiResult withApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
apiEndpoint
- The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically
appended to this URI to form a complete path to a deployed API stage.public void setApiId(String apiId)
The API ID.
apiId
- The API ID.public String getApiId()
The API ID.
public GetApiResult withApiId(String apiId)
The API ID.
apiId
- The API ID.public void setApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression. See API Key Selection Expressions.
apiKeySelectionExpression
- An API key selection expression. See API Key Selection Expressions.public String getApiKeySelectionExpression()
An API key selection expression. See API Key Selection Expressions.
public GetApiResult withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression. See API Key Selection Expressions.
apiKeySelectionExpression
- An API key selection expression. See API Key Selection Expressions.public void setCreatedDate(Date createdDate)
The timestamp when the API was created.
createdDate
- The timestamp when the API was created.public Date getCreatedDate()
The timestamp when the API was created.
public GetApiResult withCreatedDate(Date createdDate)
The timestamp when the API was created.
createdDate
- The timestamp when the API was created.public void setDescription(String description)
The description of the API.
description
- The description of the API.public String getDescription()
The description of the API.
public GetApiResult withDescription(String description)
The description of the API.
description
- The description of the API.public void setDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation
- Avoid validating models when creating a deployment.public Boolean getDisableSchemaValidation()
Avoid validating models when creating a deployment.
public GetApiResult withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation
- Avoid validating models when creating a deployment.public Boolean isDisableSchemaValidation()
Avoid validating models when creating a deployment.
public void setName(String name)
The name of the API.
name
- The name of the API.public String getName()
The name of the API.
public GetApiResult withName(String name)
The name of the API.
name
- The name of the API.public void setProtocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType
- The API protocol: Currently only WEBSOCKET is supported.ProtocolType
public String getProtocolType()
The API protocol: Currently only WEBSOCKET is supported.
ProtocolType
public GetApiResult withProtocolType(String protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType
- The API protocol: Currently only WEBSOCKET is supported.ProtocolType
public GetApiResult withProtocolType(ProtocolType protocolType)
The API protocol: Currently only WEBSOCKET is supported.
protocolType
- The API protocol: Currently only WEBSOCKET is supported.ProtocolType
public void setRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression
- The route selection expression for the API.public String getRouteSelectionExpression()
The route selection expression for the API.
public GetApiResult withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression
- The route selection expression for the API.public void setVersion(String version)
A version identifier for the API.
version
- A version identifier for the API.public String getVersion()
A version identifier for the API.
public GetApiResult withVersion(String version)
A version identifier for the API.
version
- A version identifier for the API.public List<String> getWarnings()
The warning messages reported when failonwarnings is turned on during API import.
public void setWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
warnings
- The warning messages reported when failonwarnings is turned on during API import.public GetApiResult withWarnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
NOTE: This method appends the values to the existing list (if any). Use
setWarnings(java.util.Collection)
or withWarnings(java.util.Collection)
if you want to override
the existing values.
warnings
- The warning messages reported when failonwarnings is turned on during API import.public GetApiResult withWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
warnings
- The warning messages reported when failonwarnings is turned on during API import.public String toString()
toString
in class Object
Object.toString()
public GetApiResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.