@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, withSdkRequestTimeoutpublic 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:partition:service:region:account-id:resource-type:resource-id
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:partition:service:region:account-id:resource-type:resource-id
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:partition:service:region:account-id:resource-type:resource-id
Format example: arn:partition:service:region:account-id:resource-type:resource-id
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:partition:service:region:account-id:resource-type:resource-id
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:partition:service:region:account-id:resource-type:resource-id
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 ObjectObject.toString()public DisassociateTrackerConsumerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()