@Generated(value="software.amazon.awssdk:codegen") public final class ConfigureAccessPointRequest extends PrivateNetworksRequest implements ToCopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigureAccessPointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointArn()
The Amazon Resource Name (ARN) of the network resource.
|
static ConfigureAccessPointRequest.Builder |
builder() |
String |
cpiSecretKey()
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of
the network resource.
|
String |
cpiUserId()
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
|
String |
cpiUsername()
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
|
String |
cpiUserPassword()
The CPI password associated with the CPI certificate in
cpiSecretKey. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Position |
position()
The position of the network resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigureAccessPointRequest.Builder> |
serializableBuilderClass() |
ConfigureAccessPointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessPointArn()
The Amazon Resource Name (ARN) of the network resource.
public final String cpiSecretKey()
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
public final String cpiUserId()
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
public final String cpiUserPassword()
The CPI password associated with the CPI certificate in cpiSecretKey.
cpiSecretKey.public final String cpiUsername()
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
public final Position position()
The position of the network resource.
public ConfigureAccessPointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>toBuilder in class PrivateNetworksRequestpublic static ConfigureAccessPointRequest.Builder builder()
public static Class<? extends ConfigureAccessPointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.