@Generated(value="software.amazon.awssdk:codegen") public final class OnPremConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnPremConfig.Builder,OnPremConfig>
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnPremConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
agentArns()
ARNs)of the agents to use for an NFS location.
|
static OnPremConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAgentArns()
Returns true if the AgentArns 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OnPremConfig.Builder> |
serializableBuilderClass() |
OnPremConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasAgentArns()
public List<String> agentArns()
ARNs)of the agents to use for an NFS location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAgentArns() to see if a value was sent in this field.
public OnPremConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OnPremConfig.Builder,OnPremConfig>public static OnPremConfig.Builder builder()
public static Class<? extends OnPremConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.