@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserAccessLoggingSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserAccessLoggingSettingsResult() |
Modifier and Type | Method and Description |
---|---|
ListUserAccessLoggingSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
List<UserAccessLoggingSettingsSummary> |
getUserAccessLoggingSettings()
The user access logging settings.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
void |
setUserAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings)
The user access logging settings.
|
String |
toString()
Returns a string representation of this object.
|
ListUserAccessLoggingSettingsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListUserAccessLoggingSettingsResult |
withUserAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings)
The user access logging settings.
|
ListUserAccessLoggingSettingsResult |
withUserAccessLoggingSettings(UserAccessLoggingSettingsSummary... userAccessLoggingSettings)
The user access logging settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListUserAccessLoggingSettingsResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public List<UserAccessLoggingSettingsSummary> getUserAccessLoggingSettings()
The user access logging settings.
public void setUserAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings)
The user access logging settings.
userAccessLoggingSettings
- The user access logging settings.public ListUserAccessLoggingSettingsResult withUserAccessLoggingSettings(UserAccessLoggingSettingsSummary... userAccessLoggingSettings)
The user access logging settings.
NOTE: This method appends the values to the existing list (if any). Use
setUserAccessLoggingSettings(java.util.Collection)
or
withUserAccessLoggingSettings(java.util.Collection)
if you want to override the existing values.
userAccessLoggingSettings
- The user access logging settings.public ListUserAccessLoggingSettingsResult withUserAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings)
The user access logging settings.
userAccessLoggingSettings
- The user access logging settings.public String toString()
toString
in class Object
Object.toString()
public ListUserAccessLoggingSettingsResult clone()