@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNotificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request of DeleteNotification
NOOP
Constructor and Description |
---|
DeleteNotificationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNotificationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The
accountId that is associated with the budget whose notification you want to delete. |
String |
getBudgetName()
The name of the budget whose notification you want to delete.
|
Notification |
getNotification()
The notification that you want to delete.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
accountId that is associated with the budget whose notification you want to delete. |
void |
setBudgetName(String budgetName)
The name of the budget whose notification you want to delete.
|
void |
setNotification(Notification notification)
The notification that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNotificationRequest |
withAccountId(String accountId)
The
accountId that is associated with the budget whose notification you want to delete. |
DeleteNotificationRequest |
withBudgetName(String budgetName)
The name of the budget whose notification you want to delete.
|
DeleteNotificationRequest |
withNotification(Notification notification)
The notification that you want 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 setAccountId(String accountId)
The accountId
that is associated with the budget whose notification you want to delete.
accountId
- The accountId
that is associated with the budget whose notification you want to delete.public String getAccountId()
The accountId
that is associated with the budget whose notification you want to delete.
accountId
that is associated with the budget whose notification you want to delete.public DeleteNotificationRequest withAccountId(String accountId)
The accountId
that is associated with the budget whose notification you want to delete.
accountId
- The accountId
that is associated with the budget whose notification you want to delete.public void setBudgetName(String budgetName)
The name of the budget whose notification you want to delete.
budgetName
- The name of the budget whose notification you want to delete.public String getBudgetName()
The name of the budget whose notification you want to delete.
public DeleteNotificationRequest withBudgetName(String budgetName)
The name of the budget whose notification you want to delete.
budgetName
- The name of the budget whose notification you want to delete.public void setNotification(Notification notification)
The notification that you want to delete.
notification
- The notification that you want to delete.public Notification getNotification()
The notification that you want to delete.
public DeleteNotificationRequest withNotification(Notification notification)
The notification that you want to delete.
notification
- The notification that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteNotificationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.