Amazon.SecurityToken.Model.Internal.MarshallTransformations.GetSessionTokenResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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