@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPositionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutPositionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutPositionConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestination()
The position data destination that describes the AWS IoT rule that processes the device's position data for use
by AWS IoT Core for LoRaWAN.
|
String |
getResourceIdentifier()
Resource identifier used to update the position configuration.
|
String |
getResourceType()
Resource type of the resource for which you want to update the position configuration.
|
PositionSolverConfigurations |
getSolvers()
The positioning solvers used to update the position configuration of the resource.
|
int |
hashCode() |
void |
setDestination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for use
by AWS IoT Core for LoRaWAN.
|
void |
setResourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
|
void |
setResourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
|
void |
setSolvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
|
String |
toString()
Returns a string representation of this object.
|
PutPositionConfigurationRequest |
withDestination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for use
by AWS IoT Core for LoRaWAN.
|
PutPositionConfigurationRequest |
withResourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
|
PutPositionConfigurationRequest |
withResourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
|
PutPositionConfigurationRequest |
withResourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
|
PutPositionConfigurationRequest |
withSolvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
|
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 setResourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
resourceIdentifier
- Resource identifier used to update the position configuration.public String getResourceIdentifier()
Resource identifier used to update the position configuration.
public PutPositionConfigurationRequest withResourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
resourceIdentifier
- Resource identifier used to update the position configuration.public void setResourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
resourceType
- Resource type of the resource for which you want to update the position configuration.PositionResourceType
public String getResourceType()
Resource type of the resource for which you want to update the position configuration.
PositionResourceType
public PutPositionConfigurationRequest withResourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
resourceType
- Resource type of the resource for which you want to update the position configuration.PositionResourceType
public PutPositionConfigurationRequest withResourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
resourceType
- Resource type of the resource for which you want to update the position configuration.PositionResourceType
public void setSolvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
solvers
- The positioning solvers used to update the position configuration of the resource.public PositionSolverConfigurations getSolvers()
The positioning solvers used to update the position configuration of the resource.
public PutPositionConfigurationRequest withSolvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
solvers
- The positioning solvers used to update the position configuration of the resource.public void setDestination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
destination
- The position data destination that describes the AWS IoT rule that processes the device's position data
for use by AWS IoT Core for LoRaWAN.public String getDestination()
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
public PutPositionConfigurationRequest withDestination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
destination
- The position data destination that describes the AWS IoT rule that processes the device's position data
for use by AWS IoT Core for LoRaWAN.public String toString()
toString
in class Object
Object.toString()
public PutPositionConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()