@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSpecificCredentialRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateServiceSpecificCredentialRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateServiceSpecificCredentialRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getServiceSpecificCredentialId()
 The unique identifier of the service-specific credential. | 
| String | getStatus()
 The status to be assigned to the service-specific credential. | 
| String | getUserName()
 The name of the IAM user associated with the service-specific credential. | 
| int | hashCode() | 
| void | setServiceSpecificCredentialId(String serviceSpecificCredentialId)
 The unique identifier of the service-specific credential. | 
| void | setStatus(StatusType status)
 The status to be assigned to the service-specific credential. | 
| void | setStatus(String status)
 The status to be assigned to the service-specific credential. | 
| void | setUserName(String userName)
 The name of the IAM user associated with the service-specific credential. | 
| String | toString()Returns a string representation of this object. | 
| UpdateServiceSpecificCredentialRequest | withServiceSpecificCredentialId(String serviceSpecificCredentialId)
 The unique identifier of the service-specific credential. | 
| UpdateServiceSpecificCredentialRequest | withStatus(StatusType status)
 The status to be assigned to the service-specific credential. | 
| UpdateServiceSpecificCredentialRequest | withStatus(String status)
 The status to be assigned to the service-specific credential. | 
| UpdateServiceSpecificCredentialRequest | withUserName(String userName)
 The name of the IAM user associated with the service-specific credential. | 
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, withSdkRequestTimeoutpublic UpdateServiceSpecificCredentialRequest()
public void setUserName(String userName)
The name of the IAM user associated with the service-specific credential. If you do not specify this value, then the operation assumes the user whose credentials are used to call the operation.
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: _+=,.@-
userName - The name of the IAM user associated with the service-specific credential. If you do not specify this
        value, then the operation assumes the user whose credentials are used to call the operation.
        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 String getUserName()
The name of the IAM user associated with the service-specific credential. If you do not specify this value, then the operation assumes the user whose credentials are used to call the operation.
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 UpdateServiceSpecificCredentialRequest withUserName(String userName)
The name of the IAM user associated with the service-specific credential. If you do not specify this value, then the operation assumes the user whose credentials are used to call the operation.
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: _+=,.@-
userName - The name of the IAM user associated with the service-specific credential. If you do not specify this
        value, then the operation assumes the user whose credentials are used to call the operation.
        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 void setServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
serviceSpecificCredentialId - The unique identifier of the service-specific credential.
        This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String getServiceSpecificCredentialId()
The unique identifier of the service-specific credential.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public UpdateServiceSpecificCredentialRequest withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
serviceSpecificCredentialId - The unique identifier of the service-specific credential.
        This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public void setStatus(String status)
The status to be assigned to the service-specific credential.
status - The status to be assigned to the service-specific credential.StatusTypepublic String getStatus()
The status to be assigned to the service-specific credential.
StatusTypepublic UpdateServiceSpecificCredentialRequest withStatus(String status)
The status to be assigned to the service-specific credential.
status - The status to be assigned to the service-specific credential.StatusTypepublic void setStatus(StatusType status)
The status to be assigned to the service-specific credential.
status - The status to be assigned to the service-specific credential.StatusTypepublic UpdateServiceSpecificCredentialRequest withStatus(StatusType status)
The status to be assigned to the service-specific credential.
status - The status to be assigned to the service-specific credential.StatusTypepublic String toString()
toString in class ObjectObject.toString()public UpdateServiceSpecificCredentialRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()