@Generated(value="software.amazon.awssdk:codegen") public final class ListOperationsRequest extends Route53DomainsRequest implements ToCopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
The ListOperations request includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOperationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListOperationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasStatus()
For responses, this returns true if the service returned a value for the Status property.
|
boolean |
hasType()
For responses, this returns true if the service returned a value for the Type property.
|
String |
marker()
For an initial request for a list of operations, omit this element.
|
Integer |
maxItems()
Number of domains to be returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListOperationsRequest.Builder> |
serializableBuilderClass() |
ListOperationsSortAttributeName |
sortBy()
The sort type for returned values.
|
String |
sortByAsString()
The sort type for returned values.
|
SortOrder |
sortOrder()
The sort order for returned values, either ascending or descending.
|
String |
sortOrderAsString()
The sort order for returned values, either ascending or descending.
|
List<OperationStatus> |
status()
The status of the operations.
|
List<String> |
statusAsStrings()
The status of the operations.
|
Instant |
submittedSince()
An optional parameter that lets you get information about all the operations that you submitted after a specified
date and time.
|
ListOperationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<OperationType> |
type()
An arrays of the domains operation types.
|
List<String> |
typeAsStrings()
An arrays of the domains operation types.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant submittedSince()
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
public final String marker()
For an initial request for a list of operations, omit this element. If the number of operations that are not yet
complete is greater than the value that you specified for MaxItems, you can use Marker
to return additional operations. Get the value of NextPageMarker from the previous response, and
submit another request that includes the value of NextPageMarker in the Marker element.
MaxItems, you can use
Marker to return additional operations. Get the value of NextPageMarker from
the previous response, and submit another request that includes the value of NextPageMarker
in the Marker element.public final Integer maxItems()
Number of domains to be returned.
Default: 20
Default: 20
public final List<OperationStatus> status()
The status of the operations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStatus() method.
public final boolean hasStatus()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> statusAsStrings()
The status of the operations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStatus() method.
public final List<OperationType> type()
An arrays of the domains operation types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasType() method.
public final boolean hasType()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> typeAsStrings()
An arrays of the domains operation types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasType() method.
public final ListOperationsSortAttributeName sortBy()
The sort type for returned values.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListOperationsSortAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListOperationsSortAttributeNamepublic final String sortByAsString()
The sort type for returned values.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListOperationsSortAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListOperationsSortAttributeNamepublic final SortOrder sortOrder()
The sort order for returned values, either ascending or descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order for returned values, either ascending or descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic ListOperationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>toBuilder in class Route53DomainsRequestpublic static ListOperationsRequest.Builder builder()
public static Class<? extends ListOperationsRequest.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.