@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 Amazon Web Services 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 Amazon Web Services 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.
|
ListServiceSpecificCredentialsRequest |
withServiceName(String serviceName)
Filters the returned results to only those for the specified Amazon Web Services 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 (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 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 (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 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 (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 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 (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 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 (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 setServiceName(String serviceName)
Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
serviceName
- Filters the returned results to only those for the specified Amazon Web Services service. If not
specified, then Amazon Web Services returns service-specific credentials for all services.public String getServiceName()
Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
public ListServiceSpecificCredentialsRequest withServiceName(String serviceName)
Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
serviceName
- Filters the returned results to only those for the specified Amazon Web Services service. If not
specified, then Amazon Web Services 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()