@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDashboardSnapshotJobRequest extends QuickSightRequest implements ToCopyableBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDashboardSnapshotJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
static DescribeDashboardSnapshotJobRequest.Builder |
builder() |
String |
dashboardId()
The ID of the dashboard that you have started a snapshot job for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDashboardSnapshotJobRequest.Builder> |
serializableBuilderClass() |
String |
snapshotJobId()
The ID of the job to be described.
|
DescribeDashboardSnapshotJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
public final String dashboardId()
The ID of the dashboard that you have started a snapshot job for.
public final String snapshotJobId()
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.
StartDashboardSnapshotJob API call.public DescribeDashboardSnapshotJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>toBuilder in class QuickSightRequestpublic static DescribeDashboardSnapshotJobRequest.Builder builder()
public static Class<? extends DescribeDashboardSnapshotJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.