@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSourceCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSourceCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
ListSourceCredentialsResult |
clone() |
boolean |
equals(Object obj) |
List<SourceCredentialsInfo> |
getSourceCredentialsInfos()
A list of
SourceCredentialsInfo objects. |
int |
hashCode() |
void |
setSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
String |
toString()
Returns a string representation of this object.
|
ListSourceCredentialsResult |
withSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
ListSourceCredentialsResult |
withSourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SourceCredentialsInfo> getSourceCredentialsInfos()
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the
authentication type, token ARN, and type of source provider for one set of credentials.
SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.public void setSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the
authentication type, token ARN, and type of source provider for one set of credentials.
sourceCredentialsInfos
- A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.public ListSourceCredentialsResult withSourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the
authentication type, token ARN, and type of source provider for one set of credentials.
NOTE: This method appends the values to the existing list (if any). Use
setSourceCredentialsInfos(java.util.Collection)
or
withSourceCredentialsInfos(java.util.Collection)
if you want to override the existing values.
sourceCredentialsInfos
- A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.public ListSourceCredentialsResult withSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the
authentication type, token ARN, and type of source provider for one set of credentials.
sourceCredentialsInfos
- A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.public String toString()
toString
in class Object
Object.toString()
public ListSourceCredentialsResult clone()