@Generated(value="software.amazon.awssdk:codegen") public final class ListAttachmentsRequest extends NetworkManagerRequest implements ToCopyableBuilder<ListAttachmentsRequest.Builder,ListAttachmentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAttachmentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
attachmentType()
The type of attachment.
|
String |
attachmentTypeAsString()
The type of attachment.
|
static ListAttachmentsRequest.Builder |
builder() |
String |
coreNetworkId()
The ID of a core network.
|
String |
edgeLocation()
The Region where the edge is located.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
The token for the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAttachmentsRequest.Builder> |
serializableBuilderClass() |
AttachmentState |
state()
The state of the attachment.
|
String |
stateAsString()
The state of the attachment.
|
ListAttachmentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String coreNetworkId()
The ID of a core network.
public final AttachmentType attachmentType()
The type of attachment.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return AttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attachmentTypeAsString().
AttachmentTypepublic final String attachmentTypeAsString()
The type of attachment.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return AttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attachmentTypeAsString().
AttachmentTypepublic final String edgeLocation()
The Region where the edge is located.
public final AttachmentState state()
The state of the attachment.
If the service returns an enum value that is not available in the current SDK version, state will return
AttachmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AttachmentStatepublic final String stateAsString()
The state of the attachment.
If the service returns an enum value that is not available in the current SDK version, state will return
AttachmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AttachmentStatepublic final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
The token for the next page of results.
public ListAttachmentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAttachmentsRequest.Builder,ListAttachmentsRequest>toBuilder in class NetworkManagerRequestpublic static ListAttachmentsRequest.Builder builder()
public static Class<? extends ListAttachmentsRequest.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.