@Generated(value="software.amazon.awssdk:codegen") public final class InputSecurityGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputSecurityGroup.Builder,InputSecurityGroup>
Modifier and Type | Class and Description |
---|---|
static interface |
InputSecurityGroup.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
Unique ARN of Input Security Group
|
static InputSecurityGroup.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The Id of the Input Security Group
|
List<String> |
inputs()
The list of inputs currently using this Input Security Group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputSecurityGroup.Builder> |
serializableBuilderClass() |
InputSecurityGroupState |
state()
The current state of the Input Security Group.
|
String |
stateAsString()
The current state of the Input Security Group.
|
InputSecurityGroup.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<InputWhitelistRule> |
whitelistRules()
Whitelist rules and their sync status
|
copy
public String arn()
public String id()
public List<String> inputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InputSecurityGroupState state()
If the service returns an enum value that is not available in the current SDK version, state
will return
InputSecurityGroupState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
InputSecurityGroupState
public String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state
will return
InputSecurityGroupState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
InputSecurityGroupState
public List<InputWhitelistRule> whitelistRules()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InputSecurityGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputSecurityGroup.Builder,InputSecurityGroup>
public static InputSecurityGroup.Builder builder()
public static Class<? extends InputSecurityGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.