@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeObservabilityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeObservabilityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeObservabilityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getObservabilityConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
|
int |
hashCode() |
void |
setObservabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeObservabilityConfigurationRequest |
withObservabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeObservabilityConfigurationRequest()
public void setObservabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is described.
observabilityConfigurationArn
- The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description
for.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is described.
public String getObservabilityConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is described.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is described.
public DescribeObservabilityConfigurationRequest withObservabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description for.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is described.
observabilityConfigurationArn
- The Amazon Resource Name (ARN) of the App Runner observability configuration that you want a description
for.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is described.
public String toString()
toString
in class Object
Object.toString()
public DescribeObservabilityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()