@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.