@Generated(value="software.amazon.awssdk:codegen") public final class Flow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Flow.Builder,Flow>
Modifier and Type | Class and Description |
---|---|
static interface |
Flow.Builder |
Modifier and Type | Method and Description |
---|---|
String |
availabilityZone()
The Availability Zone that you want to create the flow in.
|
static Flow.Builder |
builder() |
String |
description()
A description of the flow.
|
String |
egressIp()
The IP address from which video will be sent to output destinations.
|
List<Entitlement> |
entitlements()
The entitlements in this flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
String |
flowArn()
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntitlements()
Returns true if the Entitlements property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOutputs()
Returns true if the Outputs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasSources()
Returns true if the Sources property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasVpcInterfaces()
Returns true if the VpcInterfaces 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 |
name()
The name of the flow.
|
List<Output> |
outputs()
The outputs in this flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Flow.Builder> |
serializableBuilderClass() |
Source |
source()
Returns the value of the Source property for this object.
|
FailoverConfig |
sourceFailoverConfig()
Returns the value of the SourceFailoverConfig property for this object.
|
List<Source> |
sources()
Returns the value of the Sources property for this object.
|
Status |
status()
The current status of the flow.
|
String |
statusAsString()
The current status of the flow.
|
Flow.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
List<VpcInterface> |
vpcInterfaces()
The VPC Interfaces for this flow.
|
copy
public final String availabilityZone()
public final String description()
public final String egressIp()
public final boolean hasEntitlements()
public final List<Entitlement> entitlements()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEntitlements()
to see if a value was sent in this field.
public final String flowArn()
public final String name()
public final boolean hasOutputs()
public final List<Output> outputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputs()
to see if a value was sent in this field.
public final Source source()
public final FailoverConfig sourceFailoverConfig()
public final boolean hasSources()
public final List<Source> sources()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSources()
to see if a value was sent in this field.
public final Status status()
If the service returns an enum value that is not available in the current SDK version, status
will
return Status.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
Status
public final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status
will
return Status.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
Status
public final boolean hasVpcInterfaces()
public final List<VpcInterface> vpcInterfaces()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVpcInterfaces()
to see if a value was sent in this field.
public Flow.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Flow.Builder,Flow>
public static Flow.Builder builder()
public static Class<? extends Flow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.