@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCertificateManagerCertificateResourceRecord extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the CNAME record that is added to the DNS database for domain validation.
Constructor and Description |
---|
AwsCertificateManagerCertificateResourceRecord() |
Modifier and Type | Method and Description |
---|---|
AwsCertificateManagerCertificateResourceRecord |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the resource.
|
String |
getType()
The type of resource.
|
String |
getValue()
The value of the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the resource.
|
void |
setType(String type)
The type of resource.
|
void |
setValue(String value)
The value of the resource.
|
String |
toString()
Returns a string representation of this object.
|
AwsCertificateManagerCertificateResourceRecord |
withName(String name)
The name of the resource.
|
AwsCertificateManagerCertificateResourceRecord |
withType(String type)
The type of resource.
|
AwsCertificateManagerCertificateResourceRecord |
withValue(String value)
The value of the resource.
|
public AwsCertificateManagerCertificateResourceRecord()
public void setName(String name)
The name of the resource.
name
- The name of the resource.public String getName()
The name of the resource.
public AwsCertificateManagerCertificateResourceRecord withName(String name)
The name of the resource.
name
- The name of the resource.public void setType(String type)
The type of resource.
type
- The type of resource.public String getType()
The type of resource.
public AwsCertificateManagerCertificateResourceRecord withType(String type)
The type of resource.
type
- The type of resource.public void setValue(String value)
The value of the resource.
value
- The value of the resource.public String getValue()
The value of the resource.
public AwsCertificateManagerCertificateResourceRecord withValue(String value)
The value of the resource.
value
- The value of the resource.public String toString()
toString
in class Object
Object.toString()
public AwsCertificateManagerCertificateResourceRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.