AWS SDK for .NET Documentation
DescribeCommunicationsRequest Class
AmazonAmazon.AWSSupport.ModelDescribeCommunicationsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeCommunications operation.

Returns communications regarding the support case. You can use the AfterTime and BeforeTime parameters to filter by date. The CaseId parameter enables you to identify a specific case by its CaseId value.

The MaxResults and NextToken parameters enable you to control the pagination of the result set. Set MaxResults to the number of cases you want displayed on each page, and use NextToken to specify the resumption of pagination.

Declaration Syntax
C#
public class DescribeCommunicationsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeCommunicationsRequest()()()()
Initializes a new instance of the DescribeCommunicationsRequest class

AfterTime
The start date for a filtered date search on support case communications.

BeforeTime
The end date for a filtered date search on support case communications.

CaseId
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MaxResults
The maximum number of results to return before paginating.

Constraints:

Range
10 - 100


NextToken
A resumption point for pagination.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAfterTime(String) Obsolete.
Sets the AfterTime property

WithBeforeTime(String) Obsolete.
Sets the BeforeTime property

WithCaseId(String) Obsolete.
Sets the CaseId property

WithMaxResults(Int32) Obsolete.
Sets the MaxResults property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeCommunicationsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)