@Generated(value="software.amazon.awssdk:codegen") public final class UploadSigningCertificateRequest extends IamRequest implements ToCopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploadSigningCertificateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UploadSigningCertificateRequest.Builder |
builder() |
String |
certificateBody()
The contents of the signing certificate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UploadSigningCertificateRequest.Builder> |
serializableBuilderClass() |
UploadSigningCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the user the signing certificate is for.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the user the signing certificate is for.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public final String certificateBody()
The contents of the signing certificate.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII
character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of
the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through
ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
public UploadSigningCertificateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>toBuilder in class IamRequestpublic static UploadSigningCertificateRequest.Builder builder()
public static Class<? extends UploadSigningCertificateRequest.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 © 2023. All rights reserved.