@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceSpecificCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceSpecificCredentialsRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceSpecificCredentialsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceName()
Filters the returned results to only those for the specified AWS service.
|
String |
getUserName()
The name of the user whose service-specific credentials you want information about.
|
int |
hashCode() |
void |
setServiceName(String serviceName)
Filters the returned results to only those for the specified AWS service.
|
void |
setUserName(String userName)
The name of the user whose service-specific credentials you want information about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListServiceSpecificCredentialsRequest |
withServiceName(String serviceName)
Filters the returned results to only those for the specified AWS service.
|
ListServiceSpecificCredentialsRequest |
withUserName(String userName)
The name of the user whose service-specific credentials you want information about.
|
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 ListServiceSpecificCredentialsRequest()
public void setUserName(String userName)
The name of the user whose service-specific credentials you want information about. If this value is not specified then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per 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 user whose service-specific credentials you want information about. If this value is not
specified then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per 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 user whose service-specific credentials you want information about. If this value is not specified then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per 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 (per 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 ListServiceSpecificCredentialsRequest withUserName(String userName)
The name of the user whose service-specific credentials you want information about. If this value is not specified then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per 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 user whose service-specific credentials you want information about. If this value is not
specified then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per 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 setServiceName(String serviceName)
Filters the returned results to only those for the specified AWS service. If not specified, then AWS returns service-specific credentials for all services.
serviceName
- Filters the returned results to only those for the specified AWS service. If not specified, then AWS
returns service-specific credentials for all services.public String getServiceName()
Filters the returned results to only those for the specified AWS service. If not specified, then AWS returns service-specific credentials for all services.
public ListServiceSpecificCredentialsRequest withServiceName(String serviceName)
Filters the returned results to only those for the specified AWS service. If not specified, then AWS returns service-specific credentials for all services.
serviceName
- Filters the returned results to only those for the specified AWS service. If not specified, then AWS
returns service-specific credentials for all services.public String toString()
toString
in class Object
Object.toString()
public ListServiceSpecificCredentialsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.