@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobsRequestFilters extends Object implements Serializable, Cloneable, StructuredPojo
Request to describe Job log filters.
Constructor and Description |
---|
DescribeJobsRequestFilters() |
Modifier and Type | Method and Description |
---|---|
DescribeJobsRequestFilters |
clone() |
boolean |
equals(Object obj) |
String |
getFromDate()
Request to describe Job log filters by date.
|
List<String> |
getJobIDs()
Request to describe Job log filters by job ID.
|
String |
getToDate()
Request to describe job log items by last date.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFromDate(String fromDate)
Request to describe Job log filters by date.
|
void |
setJobIDs(Collection<String> jobIDs)
Request to describe Job log filters by job ID.
|
void |
setToDate(String toDate)
Request to describe job log items by last date.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobsRequestFilters |
withFromDate(String fromDate)
Request to describe Job log filters by date.
|
DescribeJobsRequestFilters |
withJobIDs(Collection<String> jobIDs)
Request to describe Job log filters by job ID.
|
DescribeJobsRequestFilters |
withJobIDs(String... jobIDs)
Request to describe Job log filters by job ID.
|
DescribeJobsRequestFilters |
withToDate(String toDate)
Request to describe job log items by last date.
|
public void setFromDate(String fromDate)
Request to describe Job log filters by date.
fromDate
- Request to describe Job log filters by date.public String getFromDate()
Request to describe Job log filters by date.
public DescribeJobsRequestFilters withFromDate(String fromDate)
Request to describe Job log filters by date.
fromDate
- Request to describe Job log filters by date.public List<String> getJobIDs()
Request to describe Job log filters by job ID.
public void setJobIDs(Collection<String> jobIDs)
Request to describe Job log filters by job ID.
jobIDs
- Request to describe Job log filters by job ID.public DescribeJobsRequestFilters withJobIDs(String... jobIDs)
Request to describe Job log filters by job ID.
NOTE: This method appends the values to the existing list (if any). Use
setJobIDs(java.util.Collection)
or withJobIDs(java.util.Collection)
if you want to override the
existing values.
jobIDs
- Request to describe Job log filters by job ID.public DescribeJobsRequestFilters withJobIDs(Collection<String> jobIDs)
Request to describe Job log filters by job ID.
jobIDs
- Request to describe Job log filters by job ID.public void setToDate(String toDate)
Request to describe job log items by last date.
toDate
- Request to describe job log items by last date.public String getToDate()
Request to describe job log items by last date.
public DescribeJobsRequestFilters withToDate(String toDate)
Request to describe job log items by last date.
toDate
- Request to describe job log items by last date.public String toString()
toString
in class Object
Object.toString()
public DescribeJobsRequestFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.