@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
String |
getGroupName()
The name of the schedule group associated with this schedule.
|
String |
getName()
The name of the schedule to delete.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
void |
setGroupName(String groupName)
The name of the schedule group associated with this schedule.
|
void |
setName(String name)
The name of the schedule to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteScheduleRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
DeleteScheduleRequest |
withGroupName(String groupName)
The name of the schedule group associated with this schedule.
|
DeleteScheduleRequest |
withName(String name)
The name of the schedule to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not
specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure
idempotency.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
public DeleteScheduleRequest withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not
specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure
idempotency.public void setGroupName(String groupName)
The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
groupName
- The name of the schedule group associated with this schedule. If you omit this, the default schedule group
is used.public String getGroupName()
The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
public DeleteScheduleRequest withGroupName(String groupName)
The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
groupName
- The name of the schedule group associated with this schedule. If you omit this, the default schedule group
is used.public void setName(String name)
The name of the schedule to delete.
name
- The name of the schedule to delete.public String getName()
The name of the schedule to delete.
public DeleteScheduleRequest withName(String name)
The name of the schedule to delete.
name
- The name of the schedule to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()