@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsApiGatewayStageDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a version 1 Amazon API Gateway stage.
Constructor and Description |
---|
AwsApiGatewayStageDetails() |
Modifier and Type | Method and Description |
---|---|
AwsApiGatewayStageDetails |
addVariablesEntry(String key,
String value)
Add a single Variables entry
|
AwsApiGatewayStageDetails |
clearVariablesEntries()
Removes all the entries added into Variables.
|
AwsApiGatewayStageDetails |
clone() |
boolean |
equals(Object obj) |
AwsApiGatewayAccessLogSettings |
getAccessLogSettings()
Settings for logging access for the stage.
|
Boolean |
getCacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
|
String |
getCacheClusterSize()
If a cache cluster is enabled, the size of the cache cluster.
|
String |
getCacheClusterStatus()
If a cache cluster is enabled, the status of the cache cluster.
|
AwsApiGatewayCanarySettings |
getCanarySettings()
Information about settings for canary deployment in the stage.
|
String |
getClientCertificateId()
The identifier of the client certificate for the stage.
|
String |
getCreatedDate()
Indicates when the stage was created.
|
String |
getDeploymentId()
The identifier of the deployment that the stage points to.
|
String |
getDescription()
A description of the stage.
|
String |
getDocumentationVersion()
The version of the API documentation that is associated with the stage.
|
String |
getLastUpdatedDate()
Indicates when the stage was most recently updated.
|
List<AwsApiGatewayMethodSettings> |
getMethodSettings()
Defines the method settings for the stage.
|
String |
getStageName()
The name of the stage.
|
Boolean |
getTracingEnabled()
Indicates whether active tracing with X-Ray is enabled for the stage.
|
Map<String,String> |
getVariables()
A map that defines the stage variables for the stage.
|
String |
getWebAclArn()
The ARN of the web ACL associated with the stage.
|
int |
hashCode() |
Boolean |
isCacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
|
Boolean |
isTracingEnabled()
Indicates whether active tracing with X-Ray is enabled for the stage.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Settings for logging access for the stage.
|
void |
setCacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether a cache cluster is enabled for the stage.
|
void |
setCacheClusterSize(String cacheClusterSize)
If a cache cluster is enabled, the size of the cache cluster.
|
void |
setCacheClusterStatus(String cacheClusterStatus)
If a cache cluster is enabled, the status of the cache cluster.
|
void |
setCanarySettings(AwsApiGatewayCanarySettings canarySettings)
Information about settings for canary deployment in the stage.
|
void |
setClientCertificateId(String clientCertificateId)
The identifier of the client certificate for the stage.
|
void |
setCreatedDate(String createdDate)
Indicates when the stage was created.
|
void |
setDeploymentId(String deploymentId)
The identifier of the deployment that the stage points to.
|
void |
setDescription(String description)
A description of the stage.
|
void |
setDocumentationVersion(String documentationVersion)
The version of the API documentation that is associated with the stage.
|
void |
setLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
|
void |
setMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
|
void |
setStageName(String stageName)
The name of the stage.
|
void |
setTracingEnabled(Boolean tracingEnabled)
Indicates whether active tracing with X-Ray is enabled for the stage.
|
void |
setVariables(Map<String,String> variables)
A map that defines the stage variables for the stage.
|
void |
setWebAclArn(String webAclArn)
The ARN of the web ACL associated with the stage.
|
String |
toString()
Returns a string representation of this object.
|
AwsApiGatewayStageDetails |
withAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Settings for logging access for the stage.
|
AwsApiGatewayStageDetails |
withCacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether a cache cluster is enabled for the stage.
|
AwsApiGatewayStageDetails |
withCacheClusterSize(String cacheClusterSize)
If a cache cluster is enabled, the size of the cache cluster.
|
AwsApiGatewayStageDetails |
withCacheClusterStatus(String cacheClusterStatus)
If a cache cluster is enabled, the status of the cache cluster.
|
AwsApiGatewayStageDetails |
withCanarySettings(AwsApiGatewayCanarySettings canarySettings)
Information about settings for canary deployment in the stage.
|
AwsApiGatewayStageDetails |
withClientCertificateId(String clientCertificateId)
The identifier of the client certificate for the stage.
|
AwsApiGatewayStageDetails |
withCreatedDate(String createdDate)
Indicates when the stage was created.
|
AwsApiGatewayStageDetails |
withDeploymentId(String deploymentId)
The identifier of the deployment that the stage points to.
|
AwsApiGatewayStageDetails |
withDescription(String description)
A description of the stage.
|
AwsApiGatewayStageDetails |
withDocumentationVersion(String documentationVersion)
The version of the API documentation that is associated with the stage.
|
AwsApiGatewayStageDetails |
withLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
|
AwsApiGatewayStageDetails |
withMethodSettings(AwsApiGatewayMethodSettings... methodSettings)
Defines the method settings for the stage.
|
AwsApiGatewayStageDetails |
withMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
|
AwsApiGatewayStageDetails |
withStageName(String stageName)
The name of the stage.
|
AwsApiGatewayStageDetails |
withTracingEnabled(Boolean tracingEnabled)
Indicates whether active tracing with X-Ray is enabled for the stage.
|
AwsApiGatewayStageDetails |
withVariables(Map<String,String> variables)
A map that defines the stage variables for the stage.
|
AwsApiGatewayStageDetails |
withWebAclArn(String webAclArn)
The ARN of the web ACL associated with the stage.
|
public void setDeploymentId(String deploymentId)
The identifier of the deployment that the stage points to.
deploymentId
- The identifier of the deployment that the stage points to.public String getDeploymentId()
The identifier of the deployment that the stage points to.
public AwsApiGatewayStageDetails withDeploymentId(String deploymentId)
The identifier of the deployment that the stage points to.
deploymentId
- The identifier of the deployment that the stage points to.public void setClientCertificateId(String clientCertificateId)
The identifier of the client certificate for the stage.
clientCertificateId
- The identifier of the client certificate for the stage.public String getClientCertificateId()
The identifier of the client certificate for the stage.
public AwsApiGatewayStageDetails withClientCertificateId(String clientCertificateId)
The identifier of the client certificate for the stage.
clientCertificateId
- The identifier of the client certificate for the stage.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 AwsApiGatewayStageDetails withStageName(String stageName)
The name of the stage.
stageName
- The name of the stage.public void setDescription(String description)
A description of the stage.
description
- A description of the stage.public String getDescription()
A description of the stage.
public AwsApiGatewayStageDetails withDescription(String description)
A description of the stage.
description
- A description of the stage.public void setCacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether a cache cluster is enabled for the stage.
cacheClusterEnabled
- Indicates whether a cache cluster is enabled for the stage.public Boolean getCacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
public AwsApiGatewayStageDetails withCacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether a cache cluster is enabled for the stage.
cacheClusterEnabled
- Indicates whether a cache cluster is enabled for the stage.public Boolean isCacheClusterEnabled()
Indicates whether a cache cluster is enabled for the stage.
public void setCacheClusterSize(String cacheClusterSize)
If a cache cluster is enabled, the size of the cache cluster.
cacheClusterSize
- If a cache cluster is enabled, the size of the cache cluster.public String getCacheClusterSize()
If a cache cluster is enabled, the size of the cache cluster.
public AwsApiGatewayStageDetails withCacheClusterSize(String cacheClusterSize)
If a cache cluster is enabled, the size of the cache cluster.
cacheClusterSize
- If a cache cluster is enabled, the size of the cache cluster.public void setCacheClusterStatus(String cacheClusterStatus)
If a cache cluster is enabled, the status of the cache cluster.
cacheClusterStatus
- If a cache cluster is enabled, the status of the cache cluster.public String getCacheClusterStatus()
If a cache cluster is enabled, the status of the cache cluster.
public AwsApiGatewayStageDetails withCacheClusterStatus(String cacheClusterStatus)
If a cache cluster is enabled, the status of the cache cluster.
cacheClusterStatus
- If a cache cluster is enabled, the status of the cache cluster.public List<AwsApiGatewayMethodSettings> getMethodSettings()
Defines the method settings for the stage.
public void setMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
methodSettings
- Defines the method settings for the stage.public AwsApiGatewayStageDetails withMethodSettings(AwsApiGatewayMethodSettings... methodSettings)
Defines the method settings for the stage.
NOTE: This method appends the values to the existing list (if any). Use
setMethodSettings(java.util.Collection)
or withMethodSettings(java.util.Collection)
if you want
to override the existing values.
methodSettings
- Defines the method settings for the stage.public AwsApiGatewayStageDetails withMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
methodSettings
- Defines the method settings for the stage.public Map<String,String> getVariables()
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 -._~:/?#&=,
Variable names can have alphanumeric and underscore characters.
Variable values can contain the following characters:
Uppercase and lowercase letters
Numbers
Special characters -._~:/?#&=,
public void setVariables(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 -._~:/?#&=,
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 -._~:/?#&=,
public AwsApiGatewayStageDetails withVariables(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 -._~:/?#&=,
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 -._~:/?#&=,
public AwsApiGatewayStageDetails addVariablesEntry(String key, String value)
public AwsApiGatewayStageDetails clearVariablesEntries()
public void setDocumentationVersion(String documentationVersion)
The version of the API documentation that is associated with the stage.
documentationVersion
- The version of the API documentation that is associated with the stage.public String getDocumentationVersion()
The version of the API documentation that is associated with the stage.
public AwsApiGatewayStageDetails withDocumentationVersion(String documentationVersion)
The version of the API documentation that is associated with the stage.
documentationVersion
- The version of the API documentation that is associated with the stage.public void setAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Settings for logging access for the stage.
accessLogSettings
- Settings for logging access for the stage.public AwsApiGatewayAccessLogSettings getAccessLogSettings()
Settings for logging access for the stage.
public AwsApiGatewayStageDetails withAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Settings for logging access for the stage.
accessLogSettings
- Settings for logging access for the stage.public void setCanarySettings(AwsApiGatewayCanarySettings canarySettings)
Information about settings for canary deployment in the stage.
canarySettings
- Information about settings for canary deployment in the stage.public AwsApiGatewayCanarySettings getCanarySettings()
Information about settings for canary deployment in the stage.
public AwsApiGatewayStageDetails withCanarySettings(AwsApiGatewayCanarySettings canarySettings)
Information about settings for canary deployment in the stage.
canarySettings
- Information about settings for canary deployment in the stage.public void setTracingEnabled(Boolean tracingEnabled)
Indicates whether active tracing with X-Ray is enabled for the stage.
tracingEnabled
- Indicates whether active tracing with X-Ray is enabled for the stage.public Boolean getTracingEnabled()
Indicates whether active tracing with X-Ray is enabled for the stage.
public AwsApiGatewayStageDetails withTracingEnabled(Boolean tracingEnabled)
Indicates whether active tracing with X-Ray is enabled for the stage.
tracingEnabled
- Indicates whether active tracing with X-Ray is enabled for the stage.public Boolean isTracingEnabled()
Indicates whether active tracing with X-Ray is enabled for the stage.
public void setCreatedDate(String createdDate)
Indicates when the stage was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
createdDate
- Indicates when the stage was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public String getCreatedDate()
Indicates when the stage was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public AwsApiGatewayStageDetails withCreatedDate(String createdDate)
Indicates when the stage was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
createdDate
- Indicates when the stage was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public void setLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
lastUpdatedDate
- Indicates when the stage was most recently updated.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public String getLastUpdatedDate()
Indicates when the stage was most recently updated.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public AwsApiGatewayStageDetails withLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
lastUpdatedDate
- Indicates when the stage was most recently updated.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public void setWebAclArn(String webAclArn)
The ARN of the web ACL associated with the stage.
webAclArn
- The ARN of the web ACL associated with the stage.public String getWebAclArn()
The ARN of the web ACL associated with the stage.
public AwsApiGatewayStageDetails withWebAclArn(String webAclArn)
The ARN of the web ACL associated with the stage.
webAclArn
- The ARN of the web ACL associated with the stage.public String toString()
toString
in class Object
Object.toString()
public AwsApiGatewayStageDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.