@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationSetTrackingOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to create an open and click tracking option object in a configuration set.
NOOP
Constructor and Description |
---|
CreateConfigurationSetTrackingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConfigurationSetTrackingOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set that the tracking options should be associated with.
|
TrackingOptions |
getTrackingOptions() |
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
|
void |
setTrackingOptions(TrackingOptions trackingOptions) |
String |
toString()
Returns a string representation of this object.
|
CreateConfigurationSetTrackingOptionsRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
|
CreateConfigurationSetTrackingOptionsRequest |
withTrackingOptions(TrackingOptions trackingOptions) |
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 CreateConfigurationSetTrackingOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
configurationSetName
- The name of the configuration set that the tracking options should be associated with.public String getConfigurationSetName()
The name of the configuration set that the tracking options should be associated with.
public CreateConfigurationSetTrackingOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
configurationSetName
- The name of the configuration set that the tracking options should be associated with.public void setTrackingOptions(TrackingOptions trackingOptions)
trackingOptions
- public TrackingOptions getTrackingOptions()
public CreateConfigurationSetTrackingOptionsRequest withTrackingOptions(TrackingOptions trackingOptions)
trackingOptions
- public String toString()
toString
in class Object
Object.toString()
public CreateConfigurationSetTrackingOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()