@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceRequestStatusFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter criteria to use in determining the requests returned.
| Constructor and Description |
|---|
ResourceRequestStatusFilter() |
| Modifier and Type | Method and Description |
|---|---|
ResourceRequestStatusFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getOperations()
The operation types to include in the filter.
|
List<String> |
getOperationStatuses()
The operation statuses to include in the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOperations(Collection<String> operations)
The operation types to include in the filter.
|
void |
setOperationStatuses(Collection<String> operationStatuses)
The operation statuses to include in the filter.
|
String |
toString()
Returns a string representation of this object.
|
ResourceRequestStatusFilter |
withOperations(Collection<String> operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter |
withOperations(Operation... operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter |
withOperations(String... operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter |
withOperationStatuses(Collection<String> operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter |
withOperationStatuses(OperationStatus... operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter |
withOperationStatuses(String... operationStatuses)
The operation statuses to include in the filter.
|
public List<String> getOperations()
The operation types to include in the filter.
Operationpublic void setOperations(Collection<String> operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.Operationpublic ResourceRequestStatusFilter withOperations(String... operations)
The operation types to include in the filter.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
override the existing values.
operations - The operation types to include in the filter.Operationpublic ResourceRequestStatusFilter withOperations(Collection<String> operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.Operationpublic ResourceRequestStatusFilter withOperations(Operation... operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.Operationpublic List<String> getOperationStatuses()
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
OperationStatuspublic void setOperationStatuses(Collection<String> operationStatuses)
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
operationStatuses - The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
OperationStatuspublic ResourceRequestStatusFilter withOperationStatuses(String... operationStatuses)
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
NOTE: This method appends the values to the existing list (if any). Use
setOperationStatuses(java.util.Collection) or withOperationStatuses(java.util.Collection) if
you want to override the existing values.
operationStatuses - The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
OperationStatuspublic ResourceRequestStatusFilter withOperationStatuses(Collection<String> operationStatuses)
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
operationStatuses - The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
OperationStatuspublic ResourceRequestStatusFilter withOperationStatuses(OperationStatus... operationStatuses)
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
operationStatuses - The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
OperationStatuspublic String toString()
toString in class ObjectObject.toString()public ResourceRequestStatusFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.