@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDevicePolicyConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDevicePolicyConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDevicePolicyConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceCaCertificate()
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
String |
getFleetArn()
The ARN of the fleet.
|
int |
hashCode() |
void |
setDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDevicePolicyConfigurationRequest |
withDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
UpdateDevicePolicyConfigurationRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
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 UpdateDevicePolicyConfigurationRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public UpdateDevicePolicyConfigurationRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
deviceCaCertificate
- The certificate chain, including intermediate certificates and the root certificate authority certificate
used to issue device certificates.public String getDeviceCaCertificate()
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
public UpdateDevicePolicyConfigurationRequest withDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
deviceCaCertificate
- The certificate chain, including intermediate certificates and the root certificate authority certificate
used to issue device certificates.public String toString()
toString
in class Object
Object.toString()
public UpdateDevicePolicyConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()