@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 |
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 |
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 |
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 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.