@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOpsItemsRequest extends SsmRequest implements ToCopyableBuilder<DescribeOpsItemsRequest.Builder,DescribeOpsItemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeOpsItemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOpsItemsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOpsItemFilters()
Returns true if the OpsItemFilters property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
Integer |
maxResults()
The maximum number of items to return for this call.
|
String |
nextToken()
A token to start the list.
|
List<OpsItemFilter> |
opsItemFilters()
One or more filters to limit the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeOpsItemsRequest.Builder> |
serializableBuilderClass() |
DescribeOpsItemsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasOpsItemFilters()
public List<OpsItemFilter> opsItemFilters()
One or more filters to limit the response.
Key: CreatedTime
Operations: GreaterThan, LessThan
Key: LastModifiedBy
Operations: Contains, Equals
Key: LastModifiedTime
Operations: GreaterThan, LessThan
Key: Priority
Operations: Equals
Key: Source
Operations: Contains, Equals
Key: Status
Operations: Equals
Key: Title
Operations: Contains
Key: OperationalData*
Operations: Equals
Key: OperationalDataKey
Operations: Equals
Key: OperationalDataValue
Operations: Equals, Contains
Key: OpsItemId
Operations: Equals
Key: ResourceId
Operations: Contains
Key: AutomationId
Operations: Equals
*If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOpsItemFilters() to see if a value was sent in this field.
Key: CreatedTime
Operations: GreaterThan, LessThan
Key: LastModifiedBy
Operations: Contains, Equals
Key: LastModifiedTime
Operations: GreaterThan, LessThan
Key: Priority
Operations: Equals
Key: Source
Operations: Contains, Equals
Key: Status
Operations: Equals
Key: Title
Operations: Contains
Key: OperationalData*
Operations: Equals
Key: OperationalDataKey
Operations: Equals
Key: OperationalDataValue
Operations: Equals, Contains
Key: OpsItemId
Operations: Equals
Key: ResourceId
Operations: Contains
Key: AutomationId
Operations: Equals
*If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
public Integer maxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public String nextToken()
A token to start the list. Use this token to get the next set of results.
public DescribeOpsItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeOpsItemsRequest.Builder,DescribeOpsItemsRequest>toBuilder in class SsmRequestpublic static DescribeOpsItemsRequest.Builder builder()
public static Class<? extends DescribeOpsItemsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.