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