@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuthenticationProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAuthenticationProfilesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAuthenticationProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<AuthenticationProfile> |
getAuthenticationProfiles()
The list of authentication profiles.
|
int |
hashCode() |
void |
setAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuthenticationProfilesResult |
withAuthenticationProfiles(AuthenticationProfile... authenticationProfiles)
The list of authentication profiles.
|
DescribeAuthenticationProfilesResult |
withAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAuthenticationProfilesResult()
public List<AuthenticationProfile> getAuthenticationProfiles()
The list of authentication profiles.
public void setAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
authenticationProfiles
- The list of authentication profiles.public DescribeAuthenticationProfilesResult withAuthenticationProfiles(AuthenticationProfile... authenticationProfiles)
The list of authentication profiles.
NOTE: This method appends the values to the existing list (if any). Use
setAuthenticationProfiles(java.util.Collection)
or
withAuthenticationProfiles(java.util.Collection)
if you want to override the existing values.
authenticationProfiles
- The list of authentication profiles.public DescribeAuthenticationProfilesResult withAuthenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
authenticationProfiles
- The list of authentication profiles.public String toString()
toString
in class Object
Object.toString()
public DescribeAuthenticationProfilesResult clone()