@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateTrackerConsumerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateTrackerConsumerRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateTrackerConsumerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConsumerArn()
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
|
String |
getTrackerName()
The name of the tracker resource to be dissociated from the consumer.
|
int |
hashCode() |
void |
setConsumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
|
void |
setTrackerName(String trackerName)
The name of the tracker resource to be dissociated from the consumer.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateTrackerConsumerRequest |
withConsumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
|
DisassociateTrackerConsumerRequest |
withTrackerName(String trackerName)
The name of the tracker resource to be dissociated from the consumer.
|
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 void setConsumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
consumerArn
- The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
Used when you need to specify a resource across all AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
public String getConsumerArn()
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
public DisassociateTrackerConsumerRequest withConsumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
consumerArn
- The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
Used when you need to specify a resource across all AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
public void setTrackerName(String trackerName)
The name of the tracker resource to be dissociated from the consumer.
trackerName
- The name of the tracker resource to be dissociated from the consumer.public String getTrackerName()
The name of the tracker resource to be dissociated from the consumer.
public DisassociateTrackerConsumerRequest withTrackerName(String trackerName)
The name of the tracker resource to be dissociated from the consumer.
trackerName
- The name of the tracker resource to be dissociated from the consumer.public String toString()
toString
in class Object
Object.toString()
public DisassociateTrackerConsumerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()