@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRedshiftIdcApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRedshiftIdcApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRedshiftIdcApplicationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<RedshiftIdcApplication> |
getRedshiftIdcApplications()
The list of Amazon Redshift IAM Identity Center applications.
|
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRedshiftIdcApplicationsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeRedshiftIdcApplicationsResult |
withRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
DescribeRedshiftIdcApplicationsResult |
withRedshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeRedshiftIdcApplicationsResult()
public List<RedshiftIdcApplication> getRedshiftIdcApplications()
The list of Amazon Redshift IAM Identity Center applications.
public void setRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
redshiftIdcApplications
- The list of Amazon Redshift IAM Identity Center applications.public DescribeRedshiftIdcApplicationsResult withRedshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
NOTE: This method appends the values to the existing list (if any). Use
setRedshiftIdcApplications(java.util.Collection)
or
withRedshiftIdcApplications(java.util.Collection)
if you want to override the existing values.
redshiftIdcApplications
- The list of Amazon Redshift IAM Identity Center applications.public DescribeRedshiftIdcApplicationsResult withRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
redshiftIdcApplications
- The list of Amazon Redshift IAM Identity Center applications.public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response
records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
public DescribeRedshiftIdcApplicationsResult withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response
records have been retrieved for the request.public String toString()
toString
in class Object
Object.toString()
public DescribeRedshiftIdcApplicationsResult clone()