@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateTrackerConsumerRequest extends LocationRequest implements ToCopyableBuilder<DisassociateTrackerConsumerRequest.Builder,DisassociateTrackerConsumerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateTrackerConsumerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateTrackerConsumerRequest.Builder |
builder() |
String |
consumerArn()
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateTrackerConsumerRequest.Builder> |
serializableBuilderClass() |
DisassociateTrackerConsumerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trackerName()
The name of the tracker resource to be dissociated from the consumer.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 Amazon Web Services.
Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
public final String trackerName()
The name of the tracker resource to be dissociated from the consumer.
public DisassociateTrackerConsumerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateTrackerConsumerRequest.Builder,DisassociateTrackerConsumerRequest>toBuilder in class LocationRequestpublic static DisassociateTrackerConsumerRequest.Builder builder()
public static Class<? extends DisassociateTrackerConsumerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.