@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Branch extends Object implements Serializable, Cloneable, StructuredPojo
A group of signals that are defined in a hierarchical structure.
Constructor and Description |
---|
Branch() |
Modifier and Type | Method and Description |
---|---|
Branch |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
A comment in addition to the description.
|
String |
getDeprecationMessage()
The deprecation message for the node or the branch that was moved or deleted.
|
String |
getDescription()
A brief description of the branch.
|
String |
getFullyQualifiedName()
The fully qualified name of the branch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComment(String comment)
A comment in addition to the description.
|
void |
setDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
|
void |
setDescription(String description)
A brief description of the branch.
|
void |
setFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch.
|
String |
toString()
Returns a string representation of this object.
|
Branch |
withComment(String comment)
A comment in addition to the description.
|
Branch |
withDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
|
Branch |
withDescription(String description)
A brief description of the branch.
|
Branch |
withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch.
|
public void setFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
.
fullyQualifiedName
- The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
.public String getFullyQualifiedName()
The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
.
Vehicle.Body.Engine
.public Branch withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
.
fullyQualifiedName
- The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
.public void setDescription(String description)
A brief description of the branch.
description
- A brief description of the branch.public String getDescription()
A brief description of the branch.
public Branch withDescription(String description)
A brief description of the branch.
description
- A brief description of the branch.public void setDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
deprecationMessage
- The deprecation message for the node or the branch that was moved or deleted.public String getDeprecationMessage()
The deprecation message for the node or the branch that was moved or deleted.
public Branch withDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
deprecationMessage
- The deprecation message for the node or the branch that was moved or deleted.public void setComment(String comment)
A comment in addition to the description.
comment
- A comment in addition to the description.public String getComment()
A comment in addition to the description.
public Branch withComment(String comment)
A comment in addition to the description.
comment
- A comment in addition to the description.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.