@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutActionInteractionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutActionInteractionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutActionInteractionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ActionInteraction> |
getActionInteractions()
A list of action interaction events from the session.
|
String |
getTrackingId()
The ID of your action interaction event tracker.
|
int |
hashCode() |
void |
setActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
|
void |
setTrackingId(String trackingId)
The ID of your action interaction event tracker.
|
String |
toString()
Returns a string representation of this object.
|
PutActionInteractionsRequest |
withActionInteractions(ActionInteraction... actionInteractions)
A list of action interaction events from the session.
|
PutActionInteractionsRequest |
withActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
|
PutActionInteractionsRequest |
withTrackingId(String trackingId)
The ID of your action interaction event tracker.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrackingId(String trackingId)
The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see Action interaction event tracker ID.
trackingId
- The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon
Personalize creates an action interaction event tracker for you. For more information, see Action
interaction event tracker ID.public String getTrackingId()
The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see Action interaction event tracker ID.
public PutActionInteractionsRequest withTrackingId(String trackingId)
The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see Action interaction event tracker ID.
trackingId
- The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon
Personalize creates an action interaction event tracker for you. For more information, see Action
interaction event tracker ID.public List<ActionInteraction> getActionInteractions()
A list of action interaction events from the session.
public void setActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
actionInteractions
- A list of action interaction events from the session.public PutActionInteractionsRequest withActionInteractions(ActionInteraction... actionInteractions)
A list of action interaction events from the session.
NOTE: This method appends the values to the existing list (if any). Use
setActionInteractions(java.util.Collection)
or withActionInteractions(java.util.Collection)
if
you want to override the existing values.
actionInteractions
- A list of action interaction events from the session.public PutActionInteractionsRequest withActionInteractions(Collection<ActionInteraction> actionInteractions)
A list of action interaction events from the session.
actionInteractions
- A list of action interaction events from the session.public String toString()
toString
in class Object
Object.toString()
public PutActionInteractionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()