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

GetCampaign() public method

Returns information about a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaign ( GetCampaignRequest request ) : GetCampaignResponse
request Amazon.Pinpoint.Model.GetCampaignRequest Container for the necessary parameters to execute the GetCampaign service method.
return Amazon.Pinpoint.Model.GetCampaignResponse
        public GetCampaignResponse GetCampaign(GetCampaignRequest request)
        {
            var marshaller = new GetCampaignRequestMarshaller();
            var unmarshaller = GetCampaignResponseUnmarshaller.Instance;

            return Invoke<GetCampaignRequest,GetCampaignResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient