@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkUnitRange extends Object implements Serializable, Cloneable, StructuredPojo
Defines the valid range of work unit IDs for querying the execution service.
Constructor and Description |
---|
WorkUnitRange() |
Modifier and Type | Method and Description |
---|---|
WorkUnitRange |
clone() |
boolean |
equals(Object obj) |
Long |
getWorkUnitIdMax()
Defines the maximum work unit ID in the range.
|
Long |
getWorkUnitIdMin()
Defines the minimum work unit ID in the range.
|
String |
getWorkUnitToken()
A work token used to query the execution service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWorkUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range.
|
void |
setWorkUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
|
void |
setWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
|
String |
toString()
Returns a string representation of this object.
|
WorkUnitRange |
withWorkUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range.
|
WorkUnitRange |
withWorkUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
|
WorkUnitRange |
withWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
|
public void setWorkUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range. The maximum value is inclusive.
workUnitIdMax
- Defines the maximum work unit ID in the range. The maximum value is inclusive.public Long getWorkUnitIdMax()
Defines the maximum work unit ID in the range. The maximum value is inclusive.
public WorkUnitRange withWorkUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range. The maximum value is inclusive.
workUnitIdMax
- Defines the maximum work unit ID in the range. The maximum value is inclusive.public void setWorkUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
workUnitIdMin
- Defines the minimum work unit ID in the range.public Long getWorkUnitIdMin()
Defines the minimum work unit ID in the range.
public WorkUnitRange withWorkUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
workUnitIdMin
- Defines the minimum work unit ID in the range.public void setWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
workUnitToken
- A work token used to query the execution service.public String getWorkUnitToken()
A work token used to query the execution service.
public WorkUnitRange withWorkUnitToken(String workUnitToken)
A work token used to query the execution service.
workUnitToken
- A work token used to query the execution service.public String toString()
toString
in class Object
Object.toString()
public WorkUnitRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.