@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
IamResources |
getIamResources()
Deprecated.
|
TimestreamResources |
getTimestreamResources()
Deprecated.
|
int |
hashCode() |
void |
setIamResources(IamResources iamResources)
Deprecated.
|
void |
setTimestreamResources(TimestreamResources timestreamResources)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
RegisterAccountRequest |
withIamResources(IamResources iamResources)
Deprecated.
|
RegisterAccountRequest |
withTimestreamResources(TimestreamResources timestreamResources)
Deprecated.
|
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@Deprecated public void setTimestreamResources(TimestreamResources timestreamResources)
timestreamResources - @Deprecated public TimestreamResources getTimestreamResources()
@Deprecated public RegisterAccountRequest withTimestreamResources(TimestreamResources timestreamResources)
timestreamResources - @Deprecated public void setIamResources(IamResources iamResources)
The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iamResources - The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.@Deprecated public IamResources getIamResources()
The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
@Deprecated public RegisterAccountRequest withIamResources(IamResources iamResources)
The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iamResources - The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.public String toString()
toString in class ObjectObject.toString()public RegisterAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()