@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutEventsRequest() |
Modifier and Type | Method and Description |
---|---|
PutEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<PutEventsRequestEntry> |
getEntries()
The entry that defines an event in your system.
|
int |
hashCode() |
void |
setEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutEventsRequest |
withEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
PutEventsRequest |
withEntries(PutEventsRequestEntry... entries)
The entry that defines an event in your system.
|
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 List<PutEventsRequestEntry> getEntries()
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
public void setEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
entries
- The entry that defines an event in your system. You can specify several parameters for the entry such as
the source and type of the event, resources associated with the event, and so on.public PutEventsRequest withEntries(PutEventsRequestEntry... entries)
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- The entry that defines an event in your system. You can specify several parameters for the entry such as
the source and type of the event, resources associated with the event, and so on.public PutEventsRequest withEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
entries
- The entry that defines an event in your system. You can specify several parameters for the entry such as
the source and type of the event, resources associated with the event, and so on.public String toString()
toString
in class Object
Object.toString()
public PutEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.