@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvokedIntentSample extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the name of an intent that was invoked.
Constructor and Description |
---|
InvokedIntentSample() |
Modifier and Type | Method and Description |
---|---|
InvokedIntentSample |
clone() |
boolean |
equals(Object obj) |
String |
getIntentName()
The name of an intent that was invoked.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentName(String intentName)
The name of an intent that was invoked.
|
String |
toString()
Returns a string representation of this object.
|
InvokedIntentSample |
withIntentName(String intentName)
The name of an intent that was invoked.
|
public void setIntentName(String intentName)
The name of an intent that was invoked.
intentName
- The name of an intent that was invoked.public String getIntentName()
The name of an intent that was invoked.
public InvokedIntentSample withIntentName(String intentName)
The name of an intent that was invoked.
intentName
- The name of an intent that was invoked.public String toString()
toString
in class Object
Object.toString()
public InvokedIntentSample clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.