@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()
For responses, this returns true if the service returned a value for the MethodSettings property.
|
boolean |
hasVariables()
For responses, this returns true if the service returned a value for the Variables property.
|
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 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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMethodSettings() method.
public final boolean hasVariables()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVariables() method.
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 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, and date and time should be
separated by T. 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, and date and time should be separated by T. 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, and date and time should be
separated by T. 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, and date and time should be separated by T. 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 © 2023. All rights reserved.