Package com.amazonaws.services.iot.model
Class GetRegistrationCodeResult
java.lang.Object
com.amazonaws.services.iot.model.GetRegistrationCodeResult
- All Implemented Interfaces:
Serializable,Cloneable
The output from the GetRegistrationCode operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe CA certificate registration code.inthashCode()voidsetRegistrationCode(String registrationCode) The CA certificate registration code.toString()Returns a string representation of this object; useful for testing and debugging.withRegistrationCode(String registrationCode) The CA certificate registration code.
-
Constructor Details
-
GetRegistrationCodeResult
public GetRegistrationCodeResult()
-
-
Method Details
-
setRegistrationCode
The CA certificate registration code.
- Parameters:
registrationCode- The CA certificate registration code.
-
getRegistrationCode
The CA certificate registration code.
- Returns:
- The CA certificate registration code.
-
withRegistrationCode
The CA certificate registration code.
- Parameters:
registrationCode- The CA certificate registration code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-