@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetStageResult() |
| Modifier and Type | Method and Description |
|---|---|
GetStageResult |
addRouteSettingsEntry(String key,
RouteSettings value) |
GetStageResult |
addStageVariablesEntry(String key,
String value) |
GetStageResult |
addTagsEntry(String key,
String value) |
GetStageResult |
clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
GetStageResult |
clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
GetStageResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetStageResult |
clone() |
boolean |
equals(Object obj) |
AccessLogSettings |
getAccessLogSettings()
Settings for logging access in this stage.
|
String |
getClientCertificateId()
The identifier of a client certificate for a Stage.
|
Date |
getCreatedDate()
The timestamp when the stage was created.
|
RouteSettings |
getDefaultRouteSettings()
Default route settings for the stage.
|
String |
getDeploymentId()
The identifier of the Deployment that the Stage is associated with.
|
String |
getDescription()
The description of the stage.
|
Date |
getLastUpdatedDate()
The timestamp when the stage was last updated.
|
Map<String,RouteSettings> |
getRouteSettings()
Route settings for the stage.
|
String |
getStageName()
The name of the stage.
|
Map<String,String> |
getStageVariables()
A map that defines the stage variables for a stage resource.
|
Map<String,String> |
getTags()
The key-value map of strings.
|
int |
hashCode() |
void |
setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
void |
setClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
void |
setCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
void |
setDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
void |
setDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
void |
setDescription(String description)
The description of the stage.
|
void |
setLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
void |
setRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
void |
setStageName(String stageName)
The name of the stage.
|
void |
setStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
void |
setTags(Map<String,String> tags)
The key-value map of strings.
|
String |
toString()
Returns a string representation of this object.
|
GetStageResult |
withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
GetStageResult |
withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
GetStageResult |
withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
GetStageResult |
withDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
GetStageResult |
withDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
GetStageResult |
withDescription(String description)
The description of the stage.
|
GetStageResult |
withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
GetStageResult |
withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
GetStageResult |
withStageName(String stageName)
The name of the stage.
|
GetStageResult |
withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
GetStageResult |
withTags(Map<String,String> tags)
The key-value map of strings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
accessLogSettings - Settings for logging access in this stage.public AccessLogSettings getAccessLogSettings()
Settings for logging access in this stage.
public GetStageResult withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
accessLogSettings - Settings for logging access in this stage.public void setClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
clientCertificateId - The identifier of a client certificate for a Stage.public String getClientCertificateId()
The identifier of a client certificate for a Stage.
public GetStageResult withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
clientCertificateId - The identifier of a client certificate for a Stage.public void setCreatedDate(Date createdDate)
The timestamp when the stage was created.
createdDate - The timestamp when the stage was created.public Date getCreatedDate()
The timestamp when the stage was created.
public GetStageResult withCreatedDate(Date createdDate)
The timestamp when the stage was created.
createdDate - The timestamp when the stage was created.public void setDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
defaultRouteSettings - Default route settings for the stage.public RouteSettings getDefaultRouteSettings()
Default route settings for the stage.
public GetStageResult withDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
defaultRouteSettings - Default route settings for the stage.public void setDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
deploymentId - The identifier of the Deployment that the Stage is associated with.public String getDeploymentId()
The identifier of the Deployment that the Stage is associated with.
public GetStageResult withDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
deploymentId - The identifier of the Deployment that the Stage is associated with.public void setDescription(String description)
The description of the stage.
description - The description of the stage.public String getDescription()
The description of the stage.
public GetStageResult withDescription(String description)
The description of the stage.
description - The description of the stage.public void setLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
lastUpdatedDate - The timestamp when the stage was last updated.public Date getLastUpdatedDate()
The timestamp when the stage was last updated.
public GetStageResult withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
lastUpdatedDate - The timestamp when the stage was last updated.public Map<String,RouteSettings> getRouteSettings()
Route settings for the stage.
public void setRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
routeSettings - Route settings for the stage.public GetStageResult withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
routeSettings - Route settings for the stage.public GetStageResult addRouteSettingsEntry(String key, RouteSettings value)
public GetStageResult clearRouteSettingsEntries()
public void setStageName(String stageName)
The name of the stage.
stageName - The name of the stage.public String getStageName()
The name of the stage.
public GetStageResult withStageName(String stageName)
The name of the stage.
stageName - The name of the stage.public Map<String,String> getStageVariables()
A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
public void setStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
stageVariables - A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and
underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.public GetStageResult withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
stageVariables - A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and
underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.public GetStageResult addStageVariablesEntry(String key, String value)
public GetStageResult clearStageVariablesEntries()
public Map<String,String> getTags()
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
public void setTags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..public GetStageResult withTags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..public GetStageResult addTagsEntry(String key, String value)
public GetStageResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetStageResult clone()
Copyright © 2019. All rights reserved.