Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSnapshotResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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