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

GetInstance() public static method

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