@Generated(value="software.amazon.awssdk:codegen") public final class TrafficMirrorTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficMirrorTarget.Builder,TrafficMirrorTarget>
Describes a Traffic Mirror target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrafficMirrorTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrafficMirrorTarget.Builder |
builder() |
String |
description()
Information about the Traffic Mirror target.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
networkInterfaceId()
The network interface ID that is attached to the target.
|
String |
networkLoadBalancerArn()
The Amazon Resource Name (ARN) of the Network Load Balancer.
|
String |
ownerId()
The ID of the account that owns the Traffic Mirror target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrafficMirrorTarget.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags assigned to the Traffic Mirror target.
|
TrafficMirrorTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficMirrorTargetId()
The ID of the Traffic Mirror target.
|
TrafficMirrorTargetType |
type()
The type of Traffic Mirror target.
|
String |
typeAsString()
The type of Traffic Mirror target.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String trafficMirrorTargetId()
The ID of the Traffic Mirror target.
public String networkInterfaceId()
The network interface ID that is attached to the target.
public String networkLoadBalancerArn()
The Amazon Resource Name (ARN) of the Network Load Balancer.
public TrafficMirrorTargetType type()
The type of Traffic Mirror target.
If the service returns an enum value that is not available in the current SDK version, type will return
TrafficMirrorTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TrafficMirrorTargetTypepublic String typeAsString()
The type of Traffic Mirror target.
If the service returns an enum value that is not available in the current SDK version, type will return
TrafficMirrorTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TrafficMirrorTargetTypepublic String description()
Information about the Traffic Mirror target.
public String ownerId()
The ID of the account that owns the Traffic Mirror target.
public boolean hasTags()
public List<Tag> tags()
The tags assigned to the Traffic Mirror target.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public TrafficMirrorTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorTarget.Builder,TrafficMirrorTarget>public static TrafficMirrorTarget.Builder builder()
public static Class<? extends TrafficMirrorTarget.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.