@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Intent extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the specific version of an intent.
Constructor and Description |
---|
Intent() |
Modifier and Type | Method and Description |
---|---|
Intent |
clone() |
boolean |
equals(Object obj) |
String |
getIntentName()
The name of the intent.
|
String |
getIntentVersion()
The version of the intent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentName(String intentName)
The name of the intent.
|
void |
setIntentVersion(String intentVersion)
The version of the intent.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Intent |
withIntentName(String intentName)
The name of the intent.
|
Intent |
withIntentVersion(String intentVersion)
The version of the intent.
|
public void setIntentName(String intentName)
The name of the intent.
intentName
- The name of the intent.public String getIntentName()
The name of the intent.
public Intent withIntentName(String intentName)
The name of the intent.
intentName
- The name of the intent.public void setIntentVersion(String intentVersion)
The version of the intent.
intentVersion
- The version of the intent.public String getIntentVersion()
The version of the intent.
public Intent withIntentVersion(String intentVersion)
The version of the intent.
intentVersion
- The version of the intent.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.