@Generated(value="software.amazon.awssdk:codegen") public final class DescribeWorkloadRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<DescribeWorkloadRequest.Builder,DescribeWorkloadRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeWorkloadRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the workload owner.
|
static DescribeWorkloadRequest.Builder |
builder() |
String |
componentName()
The name of the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceGroupName()
The name of the resource group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeWorkloadRequest.Builder> |
serializableBuilderClass() |
DescribeWorkloadRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
The ID of the workload.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
The name of the resource group.
public final String componentName()
The name of the component.
public final String workloadId()
The ID of the workload.
public final String accountId()
The AWS account ID for the workload owner.
public DescribeWorkloadRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeWorkloadRequest.Builder,DescribeWorkloadRequest>toBuilder in class ApplicationInsightsRequestpublic static DescribeWorkloadRequest.Builder builder()
public static Class<? extends DescribeWorkloadRequest.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.