@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 |
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 |
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 |
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 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.