public class RegistrationConfig
extends java.lang.Object
implements java.io.Serializable
The registration configuration.
Constructor and Description |
---|
RegistrationConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRoleArn()
The ARN of the role.
|
java.lang.String |
getTemplateBody()
The template body.
|
int |
hashCode() |
void |
setRoleArn(java.lang.String roleArn)
The ARN of the role.
|
void |
setTemplateBody(java.lang.String templateBody)
The template body.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegistrationConfig |
withRoleArn(java.lang.String roleArn)
The ARN of the role.
|
RegistrationConfig |
withTemplateBody(java.lang.String templateBody)
The template body.
|
public java.lang.String getTemplateBody()
The template body.
The template body.
public void setTemplateBody(java.lang.String templateBody)
The template body.
templateBody
- The template body.
public RegistrationConfig withTemplateBody(java.lang.String templateBody)
The template body.
Returns a reference to this object so that method calls can be chained together.
templateBody
- The template body.
public java.lang.String getRoleArn()
The ARN of the role.
Constraints:
Length: 20 - 2048
The ARN of the role.
public void setRoleArn(java.lang.String roleArn)
The ARN of the role.
Constraints:
Length: 20 - 2048
roleArn
- The ARN of the role.
public RegistrationConfig withRoleArn(java.lang.String roleArn)
The ARN of the role.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
roleArn
- The ARN of the role.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.