@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIdentitySourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateIdentitySourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateIdentitySourceResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date and time that the updated identity source was originally created.
|
String |
getIdentitySourceId()
The ID of the updated 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 updated identity source.
|
int |
hashCode() |
void |
setCreatedDate(Date createdDate)
The date and time that the updated identity source was originally created.
|
void |
setIdentitySourceId(String identitySourceId)
The ID of the updated 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 updated identity source.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIdentitySourceResult |
withCreatedDate(Date createdDate)
The date and time that the updated identity source was originally created.
|
UpdateIdentitySourceResult |
withIdentitySourceId(String identitySourceId)
The ID of the updated identity source.
|
UpdateIdentitySourceResult |
withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
UpdateIdentitySourceResult |
withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated identity source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedDate(Date createdDate)
The date and time that the updated identity source was originally created.
createdDate
- The date and time that the updated identity source was originally created.public Date getCreatedDate()
The date and time that the updated identity source was originally created.
public UpdateIdentitySourceResult withCreatedDate(Date createdDate)
The date and time that the updated identity source was originally created.
createdDate
- The date and time that the updated identity source was originally created.public void setIdentitySourceId(String identitySourceId)
The ID of the updated identity source.
identitySourceId
- The ID of the updated identity source.public String getIdentitySourceId()
The ID of the updated identity source.
public UpdateIdentitySourceResult withIdentitySourceId(String identitySourceId)
The ID of the updated identity source.
identitySourceId
- The ID of the updated 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 UpdateIdentitySourceResult 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 updated identity source.
policyStoreId
- The ID of the policy store that contains the updated identity source.public String getPolicyStoreId()
The ID of the policy store that contains the updated identity source.
public UpdateIdentitySourceResult withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated identity source.
policyStoreId
- The ID of the policy store that contains the updated identity source.public String toString()
toString
in class Object
Object.toString()
public UpdateIdentitySourceResult clone()