@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationSetTrackingOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to update the tracking options for a configuration set.
NOOP
Constructor and Description |
---|
UpdateConfigurationSetTrackingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetTrackingOptionsRequest |
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 for which you want to update the custom tracking domain.
|
TrackingOptions |
getTrackingOptions() |
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
|
void |
setTrackingOptions(TrackingOptions trackingOptions) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateConfigurationSetTrackingOptionsRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
|
UpdateConfigurationSetTrackingOptionsRequest |
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 UpdateConfigurationSetTrackingOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
configurationSetName
- The name of the configuration set for which you want to update the custom tracking domain.public String getConfigurationSetName()
The name of the configuration set for which you want to update the custom tracking domain.
public UpdateConfigurationSetTrackingOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
configurationSetName
- The name of the configuration set for which you want to update the custom tracking domain.public void setTrackingOptions(TrackingOptions trackingOptions)
trackingOptions
- public TrackingOptions getTrackingOptions()
public UpdateConfigurationSetTrackingOptionsRequest withTrackingOptions(TrackingOptions trackingOptions)
trackingOptions
- public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationSetTrackingOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.