@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduleResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeScheduleResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeScheduleResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time that the schedule was created.
|
String |
getCreatedBy()
The identifier (user name) of the user who created the schedule.
|
String |
getCronExpression()
The date or dates and time or times when the jobs are to be run for the schedule.
|
List<String> |
getJobNames()
The name or names of one or more jobs to be run by using the schedule.
|
String |
getLastModifiedBy()
The identifier (user name) of the user who last modified the schedule.
|
Date |
getLastModifiedDate()
The date and time that the schedule was last modified.
|
String |
getName()
The name of the schedule.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the schedule.
|
Map<String,String> |
getTags()
Metadata tags associated with this schedule.
|
int |
hashCode() |
void |
setCreateDate(Date createDate)
The date and time that the schedule was created.
|
void |
setCreatedBy(String createdBy)
The identifier (user name) of the user who created the schedule.
|
void |
setCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule.
|
void |
setJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
void |
setLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date and time that the schedule was last modified.
|
void |
setName(String name)
The name of the schedule.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
void |
setTags(Map<String,String> tags)
Metadata tags associated with this schedule.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScheduleResult |
withCreateDate(Date createDate)
The date and time that the schedule was created.
|
DescribeScheduleResult |
withCreatedBy(String createdBy)
The identifier (user name) of the user who created the schedule.
|
DescribeScheduleResult |
withCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule.
|
DescribeScheduleResult |
withJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResult |
withJobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResult |
withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
|
DescribeScheduleResult |
withLastModifiedDate(Date lastModifiedDate)
The date and time that the schedule was last modified.
|
DescribeScheduleResult |
withName(String name)
The name of the schedule.
|
DescribeScheduleResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
DescribeScheduleResult |
withTags(Map<String,String> tags)
Metadata tags associated with this schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreateDate(Date createDate)
The date and time that the schedule was created.
createDate
- The date and time that the schedule was created.public Date getCreateDate()
The date and time that the schedule was created.
public DescribeScheduleResult withCreateDate(Date createDate)
The date and time that the schedule was created.
createDate
- The date and time that the schedule was created.public void setCreatedBy(String createdBy)
The identifier (user name) of the user who created the schedule.
createdBy
- The identifier (user name) of the user who created the schedule.public String getCreatedBy()
The identifier (user name) of the user who created the schedule.
public DescribeScheduleResult withCreatedBy(String createdBy)
The identifier (user name) of the user who created the schedule.
createdBy
- The identifier (user name) of the user who created the schedule.public List<String> getJobNames()
The name or names of one or more jobs to be run by using the schedule.
public void setJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
jobNames
- The name or names of one or more jobs to be run by using the schedule.public DescribeScheduleResult withJobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
NOTE: This method appends the values to the existing list (if any). Use
setJobNames(java.util.Collection)
or withJobNames(java.util.Collection)
if you want to override
the existing values.
jobNames
- The name or names of one or more jobs to be run by using the schedule.public DescribeScheduleResult withJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
jobNames
- The name or names of one or more jobs to be run by using the schedule.public void setLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
lastModifiedBy
- The identifier (user name) of the user who last modified the schedule.public String getLastModifiedBy()
The identifier (user name) of the user who last modified the schedule.
public DescribeScheduleResult withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
lastModifiedBy
- The identifier (user name) of the user who last modified the schedule.public void setLastModifiedDate(Date lastModifiedDate)
The date and time that the schedule was last modified.
lastModifiedDate
- The date and time that the schedule was last modified.public Date getLastModifiedDate()
The date and time that the schedule was last modified.
public DescribeScheduleResult withLastModifiedDate(Date lastModifiedDate)
The date and time that the schedule was last modified.
lastModifiedDate
- The date and time that the schedule was last modified.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
resourceArn
- The Amazon Resource Name (ARN) of the schedule.public String getResourceArn()
The Amazon Resource Name (ARN) of the schedule.
public DescribeScheduleResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
resourceArn
- The Amazon Resource Name (ARN) of the schedule.public void setCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
cronExpression
- The date or dates and time or times when the jobs are to be run for the schedule. For more information,
see Cron expressions in the
Glue DataBrew Developer Guide.public String getCronExpression()
The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
public DescribeScheduleResult withCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
cronExpression
- The date or dates and time or times when the jobs are to be run for the schedule. For more information,
see Cron expressions in the
Glue DataBrew Developer Guide.public Map<String,String> getTags()
Metadata tags associated with this schedule.
public void setTags(Map<String,String> tags)
Metadata tags associated with this schedule.
tags
- Metadata tags associated with this schedule.public DescribeScheduleResult withTags(Map<String,String> tags)
Metadata tags associated with this schedule.
tags
- Metadata tags associated with this schedule.public DescribeScheduleResult addTagsEntry(String key, String value)
public DescribeScheduleResult clearTagsEntries()
public void setName(String name)
The name of the schedule.
name
- The name of the schedule.public String getName()
The name of the schedule.
public DescribeScheduleResult withName(String name)
The name of the schedule.
name
- The name of the schedule.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduleResult clone()