Amazon.Pinpoint.AmazonPinpointClient.GetSegment C# (CSharp) Method

GetSegment() public method

Returns information about a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegment ( GetSegmentRequest request ) : GetSegmentResponse
request Amazon.Pinpoint.Model.GetSegmentRequest Container for the necessary parameters to execute the GetSegment service method.
return Amazon.Pinpoint.Model.GetSegmentResponse
        public GetSegmentResponse GetSegment(GetSegmentRequest request)
        {
            var marshaller = new GetSegmentRequestMarshaller();
            var unmarshaller = GetSegmentResponseUnmarshaller.Instance;

            return Invoke<GetSegmentRequest,GetSegmentResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient