@Generated(value="software.amazon.awssdk:codegen") public final class AwsApiGatewayStageDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsApiGatewayStageDetails.Builder,AwsApiGatewayStageDetails>
Provides information about a version 1 Amazon API Gateway stage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsApiGatewayStageDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayAccessLogSettings |
accessLogSettings()
Settings for logging access for the stage.
|
static AwsApiGatewayStageDetails.Builder |
builder() |
Boolean |
cacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
|
String |
cacheClusterSize()
If a cache cluster is enabled, the size of the cache cluster.
|
String |
cacheClusterStatus()
If a cache cluster is enabled, the status of the cache cluster.
|
AwsApiGatewayCanarySettings |
canarySettings()
Information about settings for canary deployment in the stage.
|
String |
clientCertificateId()
The identifier of the client certificate for the stage.
|
String |
createdDate()
Indicates when the stage was created.
|
String |
deploymentId()
The identifier of the deployment that the stage points to.
|
String |
description()
A description of the stage.
|
String |
documentationVersion()
The version of the API documentation that is associated with the stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMethodSettings()
Returns true if the MethodSettings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasVariables()
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
lastUpdatedDate()
Indicates when the stage was most recently updated.
|
List<AwsApiGatewayMethodSettings> |
methodSettings()
Defines the method settings for the stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsApiGatewayStageDetails.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage.
|
AwsApiGatewayStageDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
tracingEnabled()
Indicates whether active tracing with AWS X-Ray is enabled for the stage.
|
Map<String,String> |
variables()
A map that defines the stage variables for the stage.
|
String |
webAclArn()
The ARN of the web ACL associated with the stage.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deploymentId()
The identifier of the deployment that the stage points to.
public final String clientCertificateId()
The identifier of the client certificate for the stage.
public final String stageName()
The name of the stage.
public final String description()
A description of the stage.
public final Boolean cacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
public final String cacheClusterSize()
If a cache cluster is enabled, the size of the cache cluster.
public final String cacheClusterStatus()
If a cache cluster is enabled, the status of the cache cluster.
public final boolean hasMethodSettings()
public final List<AwsApiGatewayMethodSettings> methodSettings()
Defines the method settings for the stage.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMethodSettings() to see if a value was sent in this field.
public final boolean hasVariables()
public final Map<String,String> variables()
A map that defines the stage variables for the stage.
Variable names can have alphanumeric and underscore characters.
Variable values can contain the following characters:
Uppercase and lowercase letters
Numbers
Special characters -._~:/?#&=,
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVariables() to see if a value was sent in this field.
Variable names can have alphanumeric and underscore characters.
Variable values can contain the following characters:
Uppercase and lowercase letters
Numbers
Special characters -._~:/?#&=,
public final String documentationVersion()
The version of the API documentation that is associated with the stage.
public final AwsApiGatewayAccessLogSettings accessLogSettings()
Settings for logging access for the stage.
public final AwsApiGatewayCanarySettings canarySettings()
Information about settings for canary deployment in the stage.
public final Boolean tracingEnabled()
Indicates whether active tracing with AWS X-Ray is enabled for the stage.
public final String createdDate()
Indicates when the stage was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
public final String lastUpdatedDate()
Indicates when the stage was most recently updated.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
public final String webAclArn()
The ARN of the web ACL associated with the stage.
public AwsApiGatewayStageDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsApiGatewayStageDetails.Builder,AwsApiGatewayStageDetails>public static AwsApiGatewayStageDetails.Builder builder()
public static Class<? extends AwsApiGatewayStageDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.