@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNotificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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() |
String |
getBudgetName() |
Notification |
getNotification() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setBudgetName(String budgetName) |
void |
setNotification(Notification notification) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteNotificationRequest |
withAccountId(String accountId) |
DeleteNotificationRequest |
withBudgetName(String budgetName) |
DeleteNotificationRequest |
withNotification(Notification notification) |
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)
accountId
- public String getAccountId()
public DeleteNotificationRequest withAccountId(String accountId)
accountId
- public void setBudgetName(String budgetName)
budgetName
- public String getBudgetName()
public DeleteNotificationRequest withBudgetName(String budgetName)
budgetName
- public void setNotification(Notification notification)
notification
- public Notification getNotification()
public DeleteNotificationRequest withNotification(Notification notification)
notification
- 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.