@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDeviceRegistrationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceRegistrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getCacheTTL()
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.
|
String |
getDeviceRegistration()
Describes if the device is currently registered with SageMaker Edge Manager.
|
int |
hashCode() |
void |
setCacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.
|
void |
setDeviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
|
String |
toString()
Returns a string representation of this object.
|
GetDeviceRegistrationResult |
withCacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.
|
GetDeviceRegistrationResult |
withDeviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
deviceRegistration - Describes if the device is currently registered with SageMaker Edge Manager.public String getDeviceRegistration()
Describes if the device is currently registered with SageMaker Edge Manager.
public GetDeviceRegistrationResult withDeviceRegistration(String deviceRegistration)
Describes if the device is currently registered with SageMaker Edge Manager.
deviceRegistration - Describes if the device is currently registered with SageMaker Edge Manager.public void setCacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
cacheTTL - The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.public String getCacheTTL()
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
public GetDeviceRegistrationResult withCacheTTL(String cacheTTL)
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
cacheTTL - The amount of time, in seconds, that the registration status is stored on the device’s cache before it is
refreshed.public String toString()
toString in class ObjectObject.toString()public GetDeviceRegistrationResult clone()