@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventTrackerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateEventTrackerRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateEventTrackerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
|
String |
getName()
The name for the event tracker.
|
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
|
void |
setName(String name)
The name for the event tracker.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventTrackerRequest |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
|
CreateEventTrackerRequest |
withName(String name)
The name for the event tracker.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setName(String name)
The name for the event tracker.
name - The name for the event tracker.public String getName()
The name for the event tracker.
public CreateEventTrackerRequest withName(String name)
The name for the event tracker.
name - The name for the event tracker.public void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
public CreateEventTrackerRequest withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.public String toString()
toString in class ObjectObject.toString()public CreateEventTrackerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.