@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNetworkProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNetworkProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateAuthorityArn()
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
String |
getCurrentPassword()
The current password of the Wi-Fi network.
|
String |
getDescription()
Detailed information about a device's network profile.
|
String |
getNetworkProfileArn()
The ARN of the network profile associated with a device.
|
String |
getNetworkProfileName()
The name of the network profile associated with a device.
|
String |
getNextPassword()
The next, or subsequent, password of the Wi-Fi network.
|
List<String> |
getTrustAnchors()
The root certificate(s) of your authentication server that will be installed on your devices and used to trust
your authentication server during EAP negotiation.
|
int |
hashCode() |
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
void |
setCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
void |
setDescription(String description)
Detailed information about a device's network profile.
|
void |
setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
void |
setNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
void |
setNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
void |
setTrustAnchors(Collection<String> trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust
your authentication server during EAP negotiation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkProfileRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
UpdateNetworkProfileRequest |
withCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
UpdateNetworkProfileRequest |
withDescription(String description)
Detailed information about a device's network profile.
|
UpdateNetworkProfileRequest |
withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
UpdateNetworkProfileRequest |
withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
UpdateNetworkProfileRequest |
withNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
UpdateNetworkProfileRequest |
withTrustAnchors(Collection<String> trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust
your authentication server during EAP negotiation.
|
UpdateNetworkProfileRequest |
withTrustAnchors(String... trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust
your authentication server during EAP negotiation.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
networkProfileArn
- The ARN of the network profile associated with a device.public String getNetworkProfileArn()
The ARN of the network profile associated with a device.
public UpdateNetworkProfileRequest withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
networkProfileArn
- The ARN of the network profile associated with a device.public void setNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
networkProfileName
- The name of the network profile associated with a device.public String getNetworkProfileName()
The name of the network profile associated with a device.
public UpdateNetworkProfileRequest withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
networkProfileName
- The name of the network profile associated with a device.public void setDescription(String description)
Detailed information about a device's network profile.
description
- Detailed information about a device's network profile.public String getDescription()
Detailed information about a device's network profile.
public UpdateNetworkProfileRequest withDescription(String description)
Detailed information about a device's network profile.
description
- Detailed information about a device's network profile.public void setCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
currentPassword
- The current password of the Wi-Fi network.public String getCurrentPassword()
The current password of the Wi-Fi network.
public UpdateNetworkProfileRequest withCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
currentPassword
- The current password of the Wi-Fi network.public void setNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
nextPassword
- The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the
device and is used when the password of the network changes to NextPassword.public String getNextPassword()
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
public UpdateNetworkProfileRequest withNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
nextPassword
- The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the
device and is used when the password of the network changes to NextPassword.public void setCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
certificateAuthorityArn
- The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used
to issue certificates to the devices.public String getCertificateAuthorityArn()
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
public UpdateNetworkProfileRequest withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
certificateAuthorityArn
- The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used
to issue certificates to the devices.public List<String> getTrustAnchors()
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
public void setTrustAnchors(Collection<String> trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
trustAnchors
- The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.public UpdateNetworkProfileRequest withTrustAnchors(String... trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
NOTE: This method appends the values to the existing list (if any). Use
setTrustAnchors(java.util.Collection)
or withTrustAnchors(java.util.Collection)
if you want to
override the existing values.
trustAnchors
- The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.public UpdateNetworkProfileRequest withTrustAnchors(Collection<String> trustAnchors)
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
trustAnchors
- The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.public String toString()
toString
in class Object
Object.toString()
public UpdateNetworkProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.