@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentitySourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIdentitySourceResult() |
Modifier and Type | Method and Description |
---|---|
GetIdentitySourceResult |
clone() |
boolean |
equals(Object obj) |
ConfigurationDetail |
getConfiguration()
Contains configuration information about an identity source.
|
Date |
getCreatedDate()
The date and time that the identity source was originally created.
|
IdentitySourceDetails |
getDetails()
Deprecated.
|
String |
getIdentitySourceId()
The ID of the identity source.
|
Date |
getLastUpdatedDate()
The date and time that the identity source was most recently updated.
|
String |
getPolicyStoreId()
The ID of the policy store that contains the identity source.
|
String |
getPrincipalEntityType()
The data type of principals generated for identities authenticated by this identity source.
|
int |
hashCode() |
void |
setConfiguration(ConfigurationDetail configuration)
Contains configuration information about an identity source.
|
void |
setCreatedDate(Date createdDate)
The date and time that the identity source was originally created.
|
void |
setDetails(IdentitySourceDetails details)
Deprecated.
|
void |
setIdentitySourceId(String identitySourceId)
The ID of the identity source.
|
void |
setLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
void |
setPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
void |
setPrincipalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
|
String |
toString()
Returns a string representation of this object.
|
GetIdentitySourceResult |
withConfiguration(ConfigurationDetail configuration)
Contains configuration information about an identity source.
|
GetIdentitySourceResult |
withCreatedDate(Date createdDate)
The date and time that the identity source was originally created.
|
GetIdentitySourceResult |
withDetails(IdentitySourceDetails details)
Deprecated.
|
GetIdentitySourceResult |
withIdentitySourceId(String identitySourceId)
The ID of the identity source.
|
GetIdentitySourceResult |
withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
GetIdentitySourceResult |
withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
GetIdentitySourceResult |
withPrincipalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedDate(Date createdDate)
The date and time that the identity source was originally created.
createdDate
- The date and time that the identity source was originally created.public Date getCreatedDate()
The date and time that the identity source was originally created.
public GetIdentitySourceResult withCreatedDate(Date createdDate)
The date and time that the identity source was originally created.
createdDate
- The date and time that the identity source was originally created.@Deprecated public void setDetails(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
details
- A structure that describes the configuration of the identity source.@Deprecated public IdentitySourceDetails getDetails()
A structure that describes the configuration of the identity source.
@Deprecated public GetIdentitySourceResult withDetails(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
details
- A structure that describes the configuration of the identity source.public void setIdentitySourceId(String identitySourceId)
The ID of the identity source.
identitySourceId
- The ID of the identity source.public String getIdentitySourceId()
The ID of the identity source.
public GetIdentitySourceResult withIdentitySourceId(String identitySourceId)
The ID of the identity source.
identitySourceId
- The ID of the identity source.public void setLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
lastUpdatedDate
- The date and time that the identity source was most recently updated.public Date getLastUpdatedDate()
The date and time that the identity source was most recently updated.
public GetIdentitySourceResult withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
lastUpdatedDate
- The date and time that the identity source was most recently updated.public void setPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
policyStoreId
- The ID of the policy store that contains the identity source.public String getPolicyStoreId()
The ID of the policy store that contains the identity source.
public GetIdentitySourceResult withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
policyStoreId
- The ID of the policy store that contains the identity source.public void setPrincipalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
principalEntityType
- The data type of principals generated for identities authenticated by this identity source.public String getPrincipalEntityType()
The data type of principals generated for identities authenticated by this identity source.
public GetIdentitySourceResult withPrincipalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
principalEntityType
- The data type of principals generated for identities authenticated by this identity source.public void setConfiguration(ConfigurationDetail configuration)
Contains configuration information about an identity source.
configuration
- Contains configuration information about an identity source.public ConfigurationDetail getConfiguration()
Contains configuration information about an identity source.
public GetIdentitySourceResult withConfiguration(ConfigurationDetail configuration)
Contains configuration information about an identity source.
configuration
- Contains configuration information about an identity source.public String toString()
toString
in class Object
Object.toString()
public GetIdentitySourceResult clone()