Amazon.SimpleEmail.Model.Internal.MarshallTransformations.GetSendStatisticsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : GetSendStatisticsResponseUnmarshaller
return GetSendStatisticsResponseUnmarshaller
        public static GetSendStatisticsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetSendStatisticsResponseUnmarshaller();
            }
            return instance;
        }