@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuiltInIntentSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a built-in intent for the ListBuiltInIntents operation.
Constructor and Description |
---|
BuiltInIntentSummary() |
Modifier and Type | Method and Description |
---|---|
BuiltInIntentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the intent.
|
String |
getIntentSignature()
The signature of the built-in intent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the intent.
|
void |
setIntentSignature(String intentSignature)
The signature of the built-in intent.
|
String |
toString()
Returns a string representation of this object.
|
BuiltInIntentSummary |
withDescription(String description)
The description of the intent.
|
BuiltInIntentSummary |
withIntentSignature(String intentSignature)
The signature of the built-in intent.
|
public void setIntentSignature(String intentSignature)
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
intentSignature
- The signature of the built-in intent. Use this to specify the parent intent of a derived intent.public String getIntentSignature()
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
public BuiltInIntentSummary withIntentSignature(String intentSignature)
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
intentSignature
- The signature of the built-in intent. Use this to specify the parent intent of a derived intent.public void setDescription(String description)
The description of the intent.
description
- The description of the intent.public String getDescription()
The description of the intent.
public BuiltInIntentSummary withDescription(String description)
The description of the intent.
description
- The description of the intent.public String toString()
toString
in class Object
Object.toString()
public BuiltInIntentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.