Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class ResourceRecord

java.lang.Object
  extended by com.amazonaws.services.route53.model.ResourceRecord

public class ResourceRecord
extends java.lang.Object

A complex type that contains the value of the Value element for the current resource record set.


Constructor Summary
ResourceRecord()
          Default constructor for a new ResourceRecord object.
ResourceRecord(java.lang.String value)
          Constructs a new ResourceRecord object.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getValue()
          The value of the Value element for the current resource record set.
 int hashCode()
           
 void setValue(java.lang.String value)
          The value of the Value element for the current resource record set.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ResourceRecord withValue(java.lang.String value)
          The value of the Value element for the current resource record set.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRecord

public ResourceRecord()
Default constructor for a new ResourceRecord object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


ResourceRecord

public ResourceRecord(java.lang.String value)
Constructs a new ResourceRecord object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
value - The value of the Value element for the current resource record set.
Method Detail

getValue

public java.lang.String getValue()
The value of the Value element for the current resource record set.

Constraints:
Length: 0 - 8192

Returns:
The value of the Value element for the current resource record set.

setValue

public void setValue(java.lang.String value)
The value of the Value element for the current resource record set.

Constraints:
Length: 0 - 8192

Parameters:
value - The value of the Value element for the current resource record set.

withValue

public ResourceRecord withValue(java.lang.String value)
The value of the Value element for the current resource record set.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 8192

Parameters:
value - The value of the Value element for the current resource record set.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.