@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidSignal extends Object implements Serializable, Cloneable, StructuredPojo
A reason that a signal isn't valid.
| Constructor and Description |
|---|
InvalidSignal() |
| Modifier and Type | Method and Description |
|---|---|
InvalidSignal |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the signal that isn't valid.
|
String |
getReason()
A message about why the signal isn't valid.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the signal that isn't valid.
|
void |
setReason(String reason)
A message about why the signal isn't valid.
|
String |
toString()
Returns a string representation of this object.
|
InvalidSignal |
withName(String name)
The name of the signal that isn't valid.
|
InvalidSignal |
withReason(String reason)
A message about why the signal isn't valid.
|
public void setName(String name)
The name of the signal that isn't valid.
name - The name of the signal that isn't valid.public String getName()
The name of the signal that isn't valid.
public InvalidSignal withName(String name)
The name of the signal that isn't valid.
name - The name of the signal that isn't valid.public void setReason(String reason)
A message about why the signal isn't valid.
reason - A message about why the signal isn't valid.public String getReason()
A message about why the signal isn't valid.
public InvalidSignal withReason(String reason)
A message about why the signal isn't valid.
reason - A message about why the signal isn't valid.public String toString()
toString in class ObjectObject.toString()public InvalidSignal clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.