@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProjectEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
PutProjectEventsRequest () |
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<Event> |
getEvents ()
An array of event structures that contain the performance data that is being sent to Evidently.
|
String |
getProject ()
The name or ARN of the project to write the events to.
|
int |
hashCode () |
void |
setEvents (Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
void |
setProject (String project)
The name or ARN of the project to write the events to.
|
String |
toString ()
Returns a string representation of this object.
|
PutProjectEventsRequest |
withEvents (Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest |
withEvents (Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest |
withProject (String project)
The name or ARN of the project to write the events to.
|
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 PutProjectEventsRequest()
public List<Event> getEvents()
An array of event structures that contain the performance data that is being sent to Evidently.
public void setEvents(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
events - An array of event structures that contain the performance data that is being sent to Evidently.public PutProjectEventsRequest withEvents(Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection) or withEvents(java.util.Collection) if you want to override the
existing values.
events - An array of event structures that contain the performance data that is being sent to Evidently.public PutProjectEventsRequest withEvents(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
events - An array of event structures that contain the performance data that is being sent to Evidently.public void setProject(String project)
The name or ARN of the project to write the events to.
project - The name or ARN of the project to write the events to.public String getProject()
The name or ARN of the project to write the events to.
public PutProjectEventsRequest withProject(String project)
The name or ARN of the project to write the events to.
project - The name or ARN of the project to write the events to.public String toString()
toString in class Object Object.toString() public PutProjectEventsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()