@Generated(value="software.amazon.awssdk:codegen") public final class IPAddressBasedRemoteInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IPAddressBasedRemoteInfo.Builder,IPAddressBasedRemoteInfo>
IP address based configurations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IPAddressBasedRemoteInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
authType()
The type of authorization.
|
String |
authTypeAsString()
The type of authorization.
|
static IPAddressBasedRemoteInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddressConfigurationTimeStamp()
The time stamp of the configuration.
|
OSType |
osType()
The type of the operating system.
|
String |
osTypeAsString()
The type of the operating system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IPAddressBasedRemoteInfo.Builder> |
serializableBuilderClass() |
IPAddressBasedRemoteInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthType authType()
The type of authorization.
If the service returns an enum value that is not available in the current SDK version, authType will
return AuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authTypeAsString().
AuthTypepublic final String authTypeAsString()
The type of authorization.
If the service returns an enum value that is not available in the current SDK version, authType will
return AuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authTypeAsString().
AuthTypepublic final String ipAddressConfigurationTimeStamp()
The time stamp of the configuration.
public final OSType osType()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version, osType will
return OSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osTypeAsString().
OSTypepublic final String osTypeAsString()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version, osType will
return OSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osTypeAsString().
OSTypepublic IPAddressBasedRemoteInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IPAddressBasedRemoteInfo.Builder,IPAddressBasedRemoteInfo>public static IPAddressBasedRemoteInfo.Builder builder()
public static Class<? extends IPAddressBasedRemoteInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.