@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
The registration configuration.
| Constructor and Description |
|---|
RegistrationConfig() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getRoleArn()
The ARN of the role.
|
String |
getTemplateBody()
The template body.
|
String |
getTemplateName()
The name of the provisioning template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRoleArn(String roleArn)
The ARN of the role.
|
void |
setTemplateBody(String templateBody)
The template body.
|
void |
setTemplateName(String templateName)
The name of the provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
RegistrationConfig |
withRoleArn(String roleArn)
The ARN of the role.
|
RegistrationConfig |
withTemplateBody(String templateBody)
The template body.
|
RegistrationConfig |
withTemplateName(String templateName)
The name of the provisioning template.
|
public void setTemplateBody(String templateBody)
The template body.
templateBody - The template body.public String getTemplateBody()
The template body.
public RegistrationConfig withTemplateBody(String templateBody)
The template body.
templateBody - The template body.public void setRoleArn(String roleArn)
The ARN of the role.
roleArn - The ARN of the role.public String getRoleArn()
The ARN of the role.
public RegistrationConfig withRoleArn(String roleArn)
The ARN of the role.
roleArn - The ARN of the role.public void setTemplateName(String templateName)
The name of the provisioning template.
templateName - The name of the provisioning template.public String getTemplateName()
The name of the provisioning template.
public RegistrationConfig withTemplateName(String templateName)
The name of the provisioning template.
templateName - The name of the provisioning template.public String toString()
toString in class ObjectObject.toString()public RegistrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.