@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()  | 
boolean | 
equals(Object obj)  | 
String | 
getConfigurationSetName()
 The name of the configuration set. 
 | 
TrackingOptions | 
getTrackingOptions()  | 
int | 
hashCode()  | 
void | 
setConfigurationSetName(String configurationSetName)
 The name of the configuration set. 
 | 
void | 
setTrackingOptions(TrackingOptions trackingOptions)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateConfigurationSetTrackingOptionsRequest | 
withConfigurationSetName(String configurationSetName)
 The name of the configuration set. 
 | 
UpdateConfigurationSetTrackingOptionsRequest | 
withTrackingOptions(TrackingOptions trackingOptions)  | 
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 UpdateConfigurationSetTrackingOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName - The name of the configuration set.public String getConfigurationSetName()
The name of the configuration set.
public UpdateConfigurationSetTrackingOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName - The name of the configuration set.public void setTrackingOptions(TrackingOptions trackingOptions)
trackingOptions - public TrackingOptions getTrackingOptions()
public UpdateConfigurationSetTrackingOptionsRequest withTrackingOptions(TrackingOptions trackingOptions)
trackingOptions - public String toString()
toString in class ObjectObject.toString()public UpdateConfigurationSetTrackingOptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.