public class TrafficPolicy extends Object implements Serializable, Cloneable
Constructor and Description |
---|
TrafficPolicy() |
Modifier and Type | Method and Description |
---|---|
TrafficPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getComment() |
String |
getDocument() |
String |
getId() |
String |
getName() |
String |
getType() |
Integer |
getVersion() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setDocument(String document) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(RRType type) |
void |
setType(String type) |
void |
setVersion(Integer version) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrafficPolicy |
withComment(String comment) |
TrafficPolicy |
withDocument(String document) |
TrafficPolicy |
withId(String id) |
TrafficPolicy |
withName(String name) |
TrafficPolicy |
withType(RRType type) |
TrafficPolicy |
withType(String type) |
TrafficPolicy |
withVersion(Integer version) |
public void setId(String id)
id
- public String getId()
public TrafficPolicy withId(String id)
id
- public void setVersion(Integer version)
version
- public Integer getVersion()
public TrafficPolicy withVersion(Integer version)
version
- public void setName(String name)
name
- public String getName()
public TrafficPolicy withName(String name)
name
- public TrafficPolicy withType(String type)
type
- RRType
public TrafficPolicy withType(RRType type)
type
- RRType
public void setDocument(String document)
document
- public String getDocument()
public TrafficPolicy withDocument(String document)
document
- public void setComment(String comment)
comment
- public String getComment()
public TrafficPolicy withComment(String comment)
comment
- public String toString()
toString
in class Object
Object.toString()
public TrafficPolicy clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.