@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNotificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNotificationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNotificationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getBudgetName() |
Notification |
getNewNotification() |
Notification |
getOldNotification() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setBudgetName(String budgetName) |
void |
setNewNotification(Notification newNotification) |
void |
setOldNotification(Notification oldNotification) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateNotificationRequest |
withAccountId(String accountId) |
UpdateNotificationRequest |
withBudgetName(String budgetName) |
UpdateNotificationRequest |
withNewNotification(Notification newNotification) |
UpdateNotificationRequest |
withOldNotification(Notification oldNotification) |
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 UpdateNotificationRequest withAccountId(String accountId)
accountId
- public void setBudgetName(String budgetName)
budgetName
- public String getBudgetName()
public UpdateNotificationRequest withBudgetName(String budgetName)
budgetName
- public void setOldNotification(Notification oldNotification)
oldNotification
- public Notification getOldNotification()
public UpdateNotificationRequest withOldNotification(Notification oldNotification)
oldNotification
- public void setNewNotification(Notification newNotification)
newNotification
- public Notification getNewNotification()
public UpdateNotificationRequest withNewNotification(Notification newNotification)
newNotification
- public String toString()
toString
in class Object
Object.toString()
public UpdateNotificationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.