@Generated(value="software.amazon.awssdk:codegen") public final class ListRelatedResourcesForAuditFindingRequest extends IotRequest implements ToCopyableBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRelatedResourcesForAuditFindingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRelatedResourcesForAuditFindingRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
findingId()
The finding Id.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return at one time.
|
String |
nextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRelatedResourcesForAuditFindingRequest.Builder> |
serializableBuilderClass() |
ListRelatedResourcesForAuditFindingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String findingId()
The finding Id.
public final String nextToken()
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
null if there are no
additional results.public final Integer maxResults()
The maximum number of results to return at one time.
public ListRelatedResourcesForAuditFindingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>toBuilder in class IotRequestpublic static ListRelatedResourcesForAuditFindingRequest.Builder builder()
public static Class<? extends ListRelatedResourcesForAuditFindingRequest.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 © 2022. All rights reserved.