@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrafficSourceIdentifier extends Object implements Serializable, Cloneable
Describes the identifier of a traffic source.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group.
Constructor and Description |
---|
TrafficSourceIdentifier() |
Modifier and Type | Method and Description |
---|---|
TrafficSourceIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The unique identifier of the traffic source.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
The unique identifier of the traffic source.
|
String |
toString()
Returns a string representation of this object.
|
TrafficSourceIdentifier |
withIdentifier(String identifier)
The unique identifier of the traffic source.
|
public void setIdentifier(String identifier)
The unique identifier of the traffic source.
identifier
- The unique identifier of the traffic source.public String getIdentifier()
The unique identifier of the traffic source.
public TrafficSourceIdentifier withIdentifier(String identifier)
The unique identifier of the traffic source.
identifier
- The unique identifier of the traffic source.public String toString()
toString
in class Object
Object.toString()
public TrafficSourceIdentifier clone()