@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  SourceCredentialsInfoobjects. | 
| int | hashCode() | 
| void | setSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
 A list of  SourceCredentialsInfoobjects. | 
| String | toString()Returns a string representation of this object. | 
| ListSourceCredentialsResult | withSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
 A list of  SourceCredentialsInfoobjects. | 
| ListSourceCredentialsResult | withSourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
 A list of  SourceCredentialsInfoobjects. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ListSourceCredentialsResult clone()