@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedScheduledUpdateGroupActionRequest extends Object implements Serializable, Cloneable
Describes a scheduled action that could not be created, updated, or deleted.
Constructor and Description |
---|
FailedScheduledUpdateGroupActionRequest() |
Modifier and Type | Method and Description |
---|---|
FailedScheduledUpdateGroupActionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getErrorMessage()
The error message accompanying the error code.
|
String |
getScheduledActionName()
The name of the scheduled action.
|
int |
hashCode() |
void |
setErrorCode(String errorCode)
The error code.
|
void |
setErrorMessage(String errorMessage)
The error message accompanying the error code.
|
void |
setScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
String |
toString()
Returns a string representation of this object.
|
FailedScheduledUpdateGroupActionRequest |
withErrorCode(String errorCode)
The error code.
|
FailedScheduledUpdateGroupActionRequest |
withErrorMessage(String errorMessage)
The error message accompanying the error code.
|
FailedScheduledUpdateGroupActionRequest |
withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
public FailedScheduledUpdateGroupActionRequest()
public void setScheduledActionName(String scheduledActionName)
The name of the scheduled action.
scheduledActionName
- The name of the scheduled action.public String getScheduledActionName()
The name of the scheduled action.
public FailedScheduledUpdateGroupActionRequest withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
scheduledActionName
- The name of the scheduled action.public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.public String getErrorCode()
The error code.
public FailedScheduledUpdateGroupActionRequest withErrorCode(String errorCode)
The error code.
errorCode
- The error code.public void setErrorMessage(String errorMessage)
The error message accompanying the error code.
errorMessage
- The error message accompanying the error code.public String getErrorMessage()
The error message accompanying the error code.
public FailedScheduledUpdateGroupActionRequest withErrorMessage(String errorMessage)
The error message accompanying the error code.
errorMessage
- The error message accompanying the error code.public String toString()
toString
in class Object
Object.toString()
public FailedScheduledUpdateGroupActionRequest clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.