Class TrafficPolicy
java.lang.Object
com.amazonaws.services.route53.model.TrafficPolicy
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetId()getName()getType()inthashCode()voidsetComment(String comment) voidsetDocument(String document) voidvoidvoidvoidvoidsetVersion(Integer version) toString()Returns a string representation of this object; useful for testing and debugging.withComment(String comment) withDocument(String document) withVersion(Integer version)
-
Constructor Details
-
TrafficPolicy
public TrafficPolicy()
-
-
Method Details
-
setId
- Parameters:
id-
-
getId
- Returns:
-
withId
- Parameters:
id-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
- Parameters:
version-
-
getVersion
- Returns:
-
withVersion
- Parameters:
version-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
- Parameters:
name-
-
getName
- Returns:
-
withName
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
- Parameters:
type-- See Also:
-
getType
- Returns:
- See Also:
-
withType
- Parameters:
type-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
- Parameters:
type-- See Also:
-
withType
- Parameters:
type-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDocument
- Parameters:
document-
-
getDocument
- Returns:
-
withDocument
- Parameters:
document-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setComment
- Parameters:
comment-
-
getComment
- Returns:
-
withComment
- Parameters:
comment-- 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
-